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::Seek Method (Int64, SeekOrigin)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Throws a NotSupportedException.

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

public:
virtual long long Seek(
	long long offset,
	SeekOrigin origin
) override

Parameters

offset
Type: System::Int64

This value is ignored.

origin
Type: System.IO::SeekOrigin

This value is ignored.

Return Value

Type: System::Int64

Always throws a NotSupportedException.

Exception Condition
NotSupportedException

Seeking is not supported by SslStream objects.

Do not call this method. It is inherited, but is not supported by the SslStream class.

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