GZipStream.Position Property

Definition

This property is not supported and always throws a NotSupportedException.

public:
 virtual property long Position { long get(); void set(long value); };
public override long Position { get; set; }
member this.Position : int64 with get, set
Public Overrides Property Position As Long

Property Value

A long value.

Exceptions

This property is not supported on this stream.

Applies to