C# 클래스 BF2Statistics.Net.DnsCacheResult

This object represents a DNS Cache Entry
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Error System.Exception
HostName string

공개 메소드들

메소드 설명
DnsCacheResult ( string hostname, IPAddress expecting = null ) : System

Creates a new instance of DnsCacheResult

메소드 상세

DnsCacheResult() 공개 메소드

Creates a new instance of DnsCacheResult
public DnsCacheResult ( string hostname, IPAddress expecting = null ) : System
hostname string The hostname to check against the DNS cache
expecting System.Net.IPAddress /// If expecting a IPAddress from , than provide it here /// to unlock the use of ///
리턴 System

프로퍼티 상세

Error 공개적으로 프로퍼티

If this Dns query was faulted, then the error is stored here
public Exception,System Error
리턴 System.Exception

HostName 공개적으로 프로퍼티

The hostname used to grab the IP Address from the windows DNS cache
public string HostName
리턴 string