SslStream::Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Throws a 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 by SslStream objects. |
.NET Framework
Available since 2.0
Available since 2.0
Show: