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 (Int32)

Creates a new instance of the UDPClient class that communicates on the specified port number.

[Visual Basic]
Overloads Public Sub New( _
   ByVal port As Integer _
)
[C#]
public UDPClient(
   int port
);
[C++]
public: UDPClient(
   int port
);
[JScript]
public function UDPClient(
   port : int
);

Parameters

port
The port to communicate on.

See Also

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