Mentalis.org Security Library documentation

SecureNetworkStream.CanSeek Property

Gets a value indicating whether the stream supports seeking. This property always returns false.

[Visual Basic]
Overrides Public ReadOnly Property CanSeek As Boolean
[C#]
public override bool CanSeek {get;}

Property Value

false to indicate that SecureNetworkStream cannot seek a specific location in the stream.

See Also

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