Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The current position within the stream. Throws a NotSupportedException when attempting to set the position

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  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

ExceptionCondition
System..::.NotSupportedExceptionAttempting to set the position

See Also