SocketTools .NET Edition

WhoisClient Class

Request registration information for an Internet domain name.

For a list of all members of this type, see WhoisClient Members.

System.Object
   SocketTools.WhoisClient

[Visual Basic]
Public Class WhoisClient
    Implements IDisposable
[C#]
public class WhoisClient : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The WhoisClient class library provides an interface for requesting registration information for an Internet domain name. When a domain name is registered, the organization that registers the domain must provide certain contact information along with technical information such as the primary name servers for that domain. This class provides an interface for requesting that information and returning it to the program so that it can be displayed or processed. This class would be most commonly used to query the Whois server at whois.internic.net to obtain information about a specific Internet domain name or an administrative contact at that domain.

Requirements

Namespace: SocketTools

Assembly: SocketTools.WhoisClient (in SocketTools.WhoisClient.dll)

See Also

WhoisClient Members | SocketTools Namespace