| ComponentSpace ICMP Class Library Reference |
|
IcmpClient Constructor (String)
Initializes a new instance of the IcmpClient class with the specified server address. The address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).
[Visual Basic]
Overloads Public Sub New( _
ByVal
serverAddress As
String _
)
[C#]
public IcmpClient(
string serverAddress);
Parameters
-
serverAddress
- The server address (eg. 66.210.153.10 or www.componentspace.com).
See Also
IcmpClient Class | ComponentSpace.Icmp Namespace | IcmpClient Constructor Overload List