ComponentSpace ICMP Class Library Reference

EchoClient Constructor (IPAddress)

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

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

Parameters

serverAddress
The server IP address.

See Also

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