| Dart.PowerTCP.SslSockets Namespace > EnhancedStream Class : Seek Method (EnhancedStream) | 
Sets the position within the current Stream to the specified value. Always throws a NotSupportedException.
[Visual Basic]
Overrides Public Function Seek( _
   ByVal offset As Long, _
   ByVal origin As SeekOrigin _
) As Long[C#]
public override long Seek( 
   long offset,
   SeekOrigin origin
);[C++]
public: long Seek( 
   long offset,
   SeekOrigin origin
) override [C++/CLI]
public:
long long Seek( 
   long long offset,
   SeekOrigin origin
) override | Exception | Description | 
|---|---|
| NotSupportedException | Always thrown by this method. | 
This method is not supported, and always throws a NotSupportedException.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EnhancedStream Class | EnhancedStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.