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 Class

The UDPClient class provides access to UDP services at a higher abstraction level than the Socket class. UDPClient is used to connect to a remote host and to receive connections from a remote client.

Object
   UDPClient

[Visual Basic]
Public Class UDPClient
[C#]
public class UDPClient
[C++]
public __gc class UDPClient
[JScript]
public class UDPClient

Remarks

[To be supplied.]

Requirements

Namespace: System.Net.Sockets

Assembly: System.net.dll

See Also

UDPClient Members | System.Net.Sockets Namespace