System.Net.Security.SslStream.CanSeek Property

Gets a bool value that indicates whether the underlying stream is seekable.

Syntax

public override bool CanSeek { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Do not attempt to set the position of the System.Net.Security.SslStream object or its underlying stream.

The underlying stream is specified when you create an instance of the System.Net.Security.SslStream class.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0