C# 클래스 Advtools.AdvInterceptor.DnsProcessQuery

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

보호된 메소드들

메소드 설명
CreateRecord ( string name, int timeToLive, IPAddress address ) : ARSoft.Tools.Net.Dns.DnsRecordBase
GetConfiguredIp ( Interception interception ) : string

비공개 메소드들

메소드 설명
CatchAllProcessQuery ( ARSoft.Tools.Net.Dns.DnsQuestion question ) : IPAddress
DnsProcessQuery ( State state, IPAddress defaultIp ) : System
GetIp ( Interception interception ) : IPAddress
ProcessQuery ( ARSoft.Tools.Net.Dns.DnsQuestion question ) : List

메소드 상세

CreateRecord() 보호된 추상적인 메소드

protected abstract CreateRecord ( string name, int timeToLive, IPAddress address ) : ARSoft.Tools.Net.Dns.DnsRecordBase
name string
timeToLive int
address System.Net.IPAddress
리턴 ARSoft.Tools.Net.Dns.DnsRecordBase

GetConfiguredIp() 보호된 추상적인 메소드

protected abstract GetConfiguredIp ( Interception interception ) : string
interception Interception
리턴 string