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_Writeable

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

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

See Also

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