Executes specified query against the WHOIS server.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public List<WhoisResponse> Query( string query ) |
Visual Basic |
---|
Public Function Query ( _ query As String _ ) As List(Of WhoisResponse) |
Visual C++ |
---|
public: List<WhoisResponse^>^ Query( String^ query ) |
Parameters
- query
- Type: System..::..String
Query to execute.