C# Class DomainTools.Whois

A class to lookup whois information.
Datei anzeigen Open project: coderbuddyblog/DomainTools

Public Methods

Method Description
Lookup ( string domainName, RecordType recordType ) : string

Retrieves whois information

Method Details

Lookup() public static method

Retrieves whois information
public static Lookup ( string domainName, RecordType recordType ) : string
domainName string The registrar or domain or name server whose whois information to be retrieved
recordType RecordType The type of record i.e a domain, nameserver or a registrar
return string