System.Net.Security.SslStream.Seek Method

Throws a NotSupportedException.

Syntax

public override long Seek (long offset, System.IO.SeekOrigin origin)

Parameters

offset
This value is ignored.
origin
This value is ignored.

Returns

Always throws a NotSupportedException.

Remarks

Do not call this method. It is inherited, but is not supported by 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