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_StreamSocket

Used by the class to hold the underlying socket the stream uses.

[Visual Basic]
Protected m_StreamSocket As Socket
[C#]
protected Socket m_StreamSocket;
[C++]
protected: Socket* m_StreamSocket;
[JScript]
protected var m_StreamSocket : Socket;

See Also

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