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 Constructor (IPEndPoint)

Creates a new instance of the UDPClient class that communicates on the specified end point.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localEP As IPEndPoint _
)
[C#]
public UDPClient(
   IPEndPoint localEP
);
[C++]
public: UDPClient(
   IPEndPoint* localEP
);
[JScript]
public function UDPClient(
   localEP : IPEndPoint
);

Parameters

localEP
The end point to communicate on.

See Also

UDPClient Class | UDPClient Members | System.Net.Sockets Namespace | UDPClient Constructor Overload List