ComponentSpace Who Is Class Library Reference

WhoIsClient Constructor (IPEndPoint)

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

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

Parameters

serverAddress
The server IP address.

See Also

WhoIsClient Class | ComponentSpace.WhoIs Namespace | WhoIsClient Constructor Overload List