| ComponentSpace ICMP Class Library Reference |
|
IcmpClient Constructor (IPEndPoint)
Initializes a new instance of the IcmpClient class with the specified server IP address.
[Visual Basic]
Overloads Public Sub New( _
ByVal
serverAddress As
IPEndPoint _
)
[C#]
public IcmpClient(
IPEndPoint serverAddress);
Parameters
-
serverAddress
- The server IP address.
See Also
IcmpClient Class | ComponentSpace.Icmp Namespace | IcmpClient Constructor Overload List