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!

UDPClient.Client

Used by the class to provide the underlying network socket.

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

See Also

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