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.CanRead

Indicates that data can be read from the stream.

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

See Also

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