Property Position
Position
Gets/Sets the position within current stream.
Declaration
public override long Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
System.IO.Stream.Position
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Stream does not support seeking. |