StreamContainer.Position

StreamContainer.Position property

Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.

public virtual long Position { get; set; }

Property Value

The current stream position.

See Also