BrotliStream.Position 属性
定义
此属性不受支持,并且总是引发 NotSupportedException。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
属性值
一个长值。A long value.
例外
此流中不支持此属性。This property is not supported on this stream.