Name | Description | |
---|---|---|
![]() | WhoIsClient Constructor | Overloaded. Initializes a new instance of WhoIsClient class with a container. |
Name | Description | |
---|---|---|
![]() | InvokeFromCurrentThreads | Gets a value indicating whether to raise events from the current thread or
to use a SynchronizationContext object available when an asynchronous operation was started.
The default value is false . |
![]() | ProxyDomain | Gets or sets the domain to submit to the proxy server for authentication. |
![]() | ProxyHost | Gets or sets the hostname of the proxy server. |
![]() | ProxyHttpConnectAuthMethodMethod | Gets or sets the authentication method. |
![]() | ProxyPassword | Gets or sets password to submit to the proxy server for authentication. |
![]() | ProxyPort | Gets or sets the port of the proxy server. |
![]() | ProxyType | Gets or sets the proxy type. |
![]() | ProxyUserName | Gets or sets the user name to submit to the proxy server for authentication. |
![]() | Timeout | Gets or sets the number of milliseconds to wait for the response from the server. The default is 10 seconds. |
![]() | WhoIsServers | Gets or sets the list of whois server. |
Name | Description | |
---|---|---|
![]() | GetWhoIsServerForDomain | Returns the list of WhoIsServer which will be used to lookup information for the specified domain. |
![]() | LoadWhoIsServersFromResource | Load a list of whois servers definition from the resource file. |
![]() | LoadWhoIsServersFromXml | Load a list of whois servers definition from an external xml file. |
![]() | Lookup | Queries the appropriate whois server for a given domain name and returns domain registration and other information. |
![]() | LookupAsync | Overloaded. Queries the appropriate whois server for a given domain name and returns domain registration and other information asynchronously. |
Name | Description | |
---|---|---|
![]() | OnLookupCompleted | Raises the LookupCompleted event. |
Name | Description | |
---|---|---|
![]() | LookupCompleted | Occurs when an asynchronous WhoIs lookup operation completes. |