|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
IntroductionI realise there is already a Whois example for C# on codeproject, in the form of an asp.net snippet. The class I've posted here encapsulates a little more functionality than that example, and is taken from a Perl script i wrote a few years back. DetailsThe Whois class has one main method, I've built into the class, the ability to provide your own whois server, via the WhoisServer property. I've also added checks for a few domain names which don't provide free whois servers, and the .tk domain which does, but isn't on the whois-servers.net service. The class performs the lookup, and raises an event, To check whether a domain is taken or not, is up to you - you'll have to parse the string provided in the The example project is a small windows forms application, to demonstrate how to use the class. The class doesn't cater for non-resolving whois servers at present, it could perhaps do with a few more lines of error trapping in this area.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||