C# Class NeoSmart.Web.DnsLookup

Show file Open project: neosmart/web Class Usage Examples

Public Methods

Method Description
GetMXRecords ( string domain, bool &found ) : IEnumerable

Private Methods

Method Description
DnsQuery ( [ lpstrName, RecordType wType, System.Linq.QueryOptions options, int pExtra, IntPtr &ppQueryResultsSet, int pReserved ) : int
DnsRecordListFree ( IntPtr pRecordList, int freeType ) : void
GetDnsRecords ( RecordType recordType, string domain, Action handler ) : void

Method Details

GetMXRecords() public static method

public static GetMXRecords ( string domain, bool &found ) : IEnumerable
domain string
found bool
return IEnumerable