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.
NetworkStream::Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
Sets the current position of the stream to the given value. This method is not currently supported and always throws a NotSupportedException.
Assembly: System (in System.dll)
Parameters
- offset
-
Type:
System::Int64
This parameter is not used.
- origin
-
Type:
System.IO::SeekOrigin
This parameter is not used.
| Exception | Condition |
|---|---|
| NotSupportedException | Any use of this property. |
.NET Framework
Available since 1.1
Available since 1.1
Show: