ComponentSpace Who Is Class Library Reference

WhoIsClient.Lookup Method 

Look up domain registration and other information by sending the query message to the who is server and returning the server's response.

[Visual Basic]
Public Function Lookup( _
   ByVal query As String _
) As String
[C#]
public string Lookup(
   string query
);

Parameters

query
The who is query message to send to the server.

Return Value

The who is response from the server.

Exceptions

Exception Type Condition
WhoIsException Thrown when the message cannot be sent or a response cannot be received.

See Also

WhoIsClient Class | ComponentSpace.WhoIs Namespace