C# Class Advtools.AdvInterceptor.DnsProcessQuery

Afficher le fichier Open project: ADVTOOLS/ADVinterceptor Class Usage Examples

Méthodes protégées

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

Private Methods

Méthode 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 méthode

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

GetConfiguredIp() protected abstract méthode

protected abstract GetConfiguredIp ( Interception interception ) : string
interception Interception
Résultat string