The following tables list the members exposed by WhoIsClient.

      Public Constructors

      NameDescription
      Public ConstructorsWhoIsClient ConstructorOverloaded. Initializes a new instance of WhoIsClient class with a container.
      Top

      Public Properties

      NameDescription
      Public PropertiesInvokeFromCurrentThreadsGets 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.
      Public PropertiesProxyDomainGets or sets the domain to submit to the proxy server for authentication.
      Public PropertiesProxyHostGets or sets the hostname of the proxy server.
      Public PropertiesProxyHttpConnectAuthMethodMethodGets or sets the authentication method.
      Public PropertiesProxyPasswordGets or sets password to submit to the proxy server for authentication.
      Public PropertiesProxyPortGets or sets the port of the proxy server.
      Public PropertiesProxyTypeGets or sets the proxy type.
      Public PropertiesProxyUserNameGets or sets the user name to submit to the proxy server for authentication.
      Public PropertiesTimeoutGets or sets the number of milliseconds to wait for the response from the server. The default is 10 seconds.
      Public PropertiesWhoIsServersGets or sets the list of whois server.
      Top

      Public Methods

      NameDescription
      Public MethodsGetWhoIsServerForDomainReturns the list of WhoIsServer which will be used to lookup information for the specified domain.
      Public MethodsLoadWhoIsServersFromResourceLoad a list of whois servers definition from the resource file.
      Public MethodsLoadWhoIsServersFromXmlLoad a list of whois servers definition from an external xml file.
      Public MethodsLookupQueries the appropriate whois server for a given domain name and returns domain registration and other information.
      Public MethodsLookupAsyncOverloaded. Queries the appropriate whois server for a given domain name and returns domain registration and other information asynchronously.
      Top

      Protected Methods

      NameDescription
      Virtual Protected MethodsOnLookupCompletedRaises the LookupCompleted event.
      Top

      Public Events

      NameDescription
      Public EventsLookupCompletedOccurs when an asynchronous WhoIs lookup operation completes.
      Top

      See Also