Length

StreamContainer.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 virtual long Length { get; set; }

Property Value

The stream length.

See Also