Mentalis.org Security Library documentation

SecureNetworkStream.Position Property

Gets or sets the current position in the stream. This property always throws a NotSupportedException.

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

Property Value

The current position in the stream. This property is not supported.

Exceptions

Exception TypeCondition
NotSupportedExceptionThe Position property is not supported.

See Also

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