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

Used by the class to indicate that the stream is readable.

[Visual Basic]
Protected m_Readable As Boolean
[C#]
protected bool m_Readable;
[C++]
protected: bool m_Readable;
[JScript]
protected var m_Readable : Boolean;

See Also

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