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

Creates a new instance of the UDPClient class and connects to the specified remote host on the specified port.

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

Parameters

hostname
The remote host to connect to.
port
[To be supplied.]

See Also

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