ComponentSpace ICMP Class Library Reference

EchoClient Constructor (IPEndPoint)

Initializes a new instance of the EchoClient class with the specified server IP address.

[Visual Basic]
Overloads Public Sub New( _
   ByVal serverAddress As IPEndPoint _
)
[C#]
public EchoClient(
   IPEndPoint serverAddress
);

Parameters

serverAddress
The server IP address.

See Also

EchoClient Class | ComponentSpace.Icmp Namespace | EchoClient Constructor Overload List