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;
NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace