Query Method
Get information about a domain.
Syntax
[VB.NET] Public Sub Query(ByVal Domain As String)
[C#] public void Query(string domain);
Remarks
When this method is called, a request is sent to the Server for the information that is stored about the domain. The server response is made available through the DomainInfo property.