Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
The current position within the stream.
Throws a NotSupportedException when attempting to set the position
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.StreamsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override long Position { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overrides Property Position As Long |
| Visual C++ |
|---|
public: virtual property long long Position { long long get () override; void set (long long value) override; } |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Position"]
Remarks
[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Position"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | Attempting to set the position |