C# Class Velvet.DnsLookup

Inheritance: IDnsLookup, IDisposable
Afficher le fichier Open project: trullock/Velvet

Méthodes publiques

Méthode Description
Dispose ( ) : void
DnsLookup ( string path ) : System
ProcessQuery ( ARSoft.Tools.Net.Dns.DnsMessageBase message, IPAddress clientAddress, ProtocolType protocol ) : ARSoft.Tools.Net.Dns.DnsMessageBase

Private Methods

Méthode Description
DnsLookup ( IHostsWatcher watcher ) : System
HostsWatcherMappingsChanged ( MappingEventArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DnsLookup() public méthode

public DnsLookup ( string path ) : System
path string
Résultat System

ProcessQuery() public méthode

public ProcessQuery ( ARSoft.Tools.Net.Dns.DnsMessageBase message, IPAddress clientAddress, ProtocolType protocol ) : ARSoft.Tools.Net.Dns.DnsMessageBase
message ARSoft.Tools.Net.Dns.DnsMessageBase
clientAddress System.Net.IPAddress
protocol ProtocolType
Résultat ARSoft.Tools.Net.Dns.DnsMessageBase