Mentalis.org Security Library documentation

SecureNetworkStream.Length Property

The length of the data available on the stream. This property always throws a NotSupportedException.

[Visual Basic]
Overrides Public ReadOnly Property Length As Long
[C#]
public override long Length {get;}

Property Value

The length of the data available on the stream. This property is not supported.

Exceptions

Exception TypeCondition
NotSupportedExceptionThe Length property is not supported.

See Also

SecureNetworkStream Class | SecureNetworkStream Members | Org.Mentalis.Security.Ssl Namespace