C# 클래스 HitProxy.DnsLookup

파일 보기 프로젝트 열기: hultqvist/HitProxy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AList List
Checked System.DateTime
NameList List

공개 메소드들

메소드 설명
Get ( string address ) : DnsLookup

비공개 메소드들

메소드 설명
DnsLookup ( string address ) : System
ParseDnsResponse ( DnsQueryResponse ur ) : bool

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string address ) : DnsLookup
address string
리턴 DnsLookup

프로퍼티 상세

AList 공개적으로 프로퍼티

public List AList
리턴 List

Checked 공개적으로 프로퍼티

public DateTime,System Checked
리턴 System.DateTime

NameList 공개적으로 프로퍼티

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