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