Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SslStream::CanSeek Property

 

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

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

public:
property bool CanSeek {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

This property always returns false.

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

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft