C# Class HitProxy.DnsLookup

Afficher le fichier Open project: hultqvist/HitProxy Class Usage Examples

Méthodes publiques

Свойство Type Description
AList List
Checked System.DateTime
NameList List

Méthodes publiques

Méthode Description
Get ( string address ) : DnsLookup

Private Methods

Méthode Description
DnsLookup ( string address ) : System
ParseDnsResponse ( DnsQueryResponse ur ) : bool

Method Details

Get() public static méthode

public static Get ( string address ) : DnsLookup
address string
Résultat DnsLookup

Property Details

AList public_oe property

public List AList
Résultat List

Checked public_oe property

public DateTime,System Checked
Résultat System.DateTime

NameList public_oe property

The requested name + all domain names in the DNS response
public List NameList
Résultat List