C# 클래스 Advtools.AdvInterceptor.AdvDnsServer

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

공개 메소드들

메소드 설명
AdvDnsServer ( State state, bool intercept ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
ForwardQuery ( ARSoft.Tools.Net.Dns.DnsQuestion question ) : List
GetProcessors ( ) : void
ProcessDnsQuery ( ARSoft.Tools.Net.Dns.DnsMessageBase message, IPAddress clientAddress, ProtocolType protocol ) : ARSoft.Tools.Net.Dns.DnsMessageBase
ProcessQuestion ( ARSoft.Tools.Net.Dns.DnsQuestion question ) : List

메소드 상세

AdvDnsServer() 공개 메소드

public AdvDnsServer ( State state, bool intercept ) : System
state State
intercept bool
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void