SplitStreamContainer.Length

SplitStreamContainer.Length property

Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor.

public override long Length { get; set; }

Property Value

The stream length.

See Also