NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NetworkStream.CanSeek

Indicates that the stream can seek a specific location in the stream. This property always returns false.

[Visual Basic]
Overridable Public ReadOnly Property CanSeek As Boolean
[C#]
public bool CanSeek {override get;}
[C++]
public: __property virtual bool get_CanSeek();
[JScript]
public function get CanSeek() : Boolean;

See Also

NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace