Property Length
Length
Gets the length of the stream.
Declaration
public override long Length { get; }
Property Value
| Type | Description |
|---|---|
| System. |
This property specifies the length of the stream. |
Overrides
System.IO.Stream.Length
Exceptions
| Type | Condition |
|---|---|
| System. |
Stream is closed. |
| Stream |
Stream is already locked. |
| Stream |
Lock acquired by current stream has become invalid. |
| Stream |
Stream is not found in the cache. |