C# Class Advtools.AdvInterceptor.DnsProcessQuery

Show file Open project: ADVTOOLS/ADVinterceptor Class Usage Examples

Protected Methods

Method Description
CreateRecord ( string name, int timeToLive, IPAddress address ) : ARSoft.Tools.Net.Dns.DnsRecordBase
GetConfiguredIp ( Interception interception ) : string

Private Methods

Method Description
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

Method Details

CreateRecord() protected abstract method

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

GetConfiguredIp() protected abstract method

protected abstract GetConfiguredIp ( Interception interception ) : string
interception Interception
return string