This component is part of the IP Works Enterprise ASP.NET Component Library.
The Whois component allows you to query a WHOIS Server for Domain registration information.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
This component implements the WHOIS protocol defined in RFC 954.
To use the component, simply call the Query method and set the Domain parameter to the domain you wish to retrieve information for. This is identical to setting the Domain property with the domain that you would like to get information for. This will trigger a WHOIS search on the domain. Upon completion of the search, the DomainInfo property contains the information about the Domain.
If the Server property is empty, then a search is performed automatically at "whois.internic.net" for the appropriate WHOIS server for the Domain, and the Server property is set to the server found.
More Information: http://www.nsoftware.com/products/component/whois.aspx
|