NegotiateStream::Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
Throws NotSupportedException.
Assembly: System (in System.dll)
Parameters
- offset
-
Type:
System::Int64
This value is ignored.
- origin
-
Type:
System.IO::SeekOrigin
This value is ignored.
| Exception | Condition |
|---|---|
| NotSupportedException | Seeking is not supported on NegotiateStream. |
Do not call this method. It is inherited, but is not supported by NegotiateStream.
.NET Framework
Available since 2.0
Available since 2.0
Show: