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!

TCPListener.Server

Used by the class to provide the underlying network socket.

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

See Also

TCPListener Class | TCPListener Members | System.Net.Sockets Namespace | Socket