C# Class HitProxy.DnsLookup

Exibir arquivo Open project: hultqvist/HitProxy Class Usage Examples

Public Properties

Property Type Description
AList List
Checked System.DateTime
NameList List

Public Methods

Method Description
Get ( string address ) : DnsLookup

Private Methods

Method Description
DnsLookup ( string address ) : System
ParseDnsResponse ( DnsQueryResponse ur ) : bool

Method Details

Get() public static method

public static Get ( string address ) : DnsLookup
address string
return DnsLookup

Property Details

AList public_oe property

public List AList
return List

Checked public_oe property

public DateTime,System Checked
return System.DateTime

NameList public_oe property

The requested name + all domain names in the DNS response
public List NameList
return List