메소드 | 설명 | |
---|---|---|
Add ( String Domainname, |
Add the given DNS information to the DNS cache.
|
|
Add ( String Domainname, IPSocket Origin, |
Add the given DNS resource record to the DNS cache.
|
|
DNSCache ( System.TimeSpan CleanUpEvery = null ) : System |
Create a new DNS cache.
|
|
GetDNSInfo ( String DomainName ) : |
Get the cached DNS information from the DNS cache.
|
|
ToString ( ) : String |
Get a string representation of this object.
|
메소드 | 설명 | |
---|---|---|
RemoveExpiredCacheEntries ( Object State ) : void |
public Add ( String Domainname, |
||
Domainname | String | The domain name. |
DNSInformation | The DNS information to add. | |
리턴 |
public Add ( String Domainname, IPSocket Origin, |
||
Domainname | String | The domain name. |
Origin | IPSocket | The origin of the DNS resource record. |
ResourceRecord | The DNS resource record to add. | |
리턴 |
public DNSCache ( System.TimeSpan CleanUpEvery = null ) : System | ||
CleanUpEvery | System.TimeSpan | How often to remove outdated entries from DNS cache. |
리턴 | System |
public GetDNSInfo ( String DomainName ) : |
||
DomainName | String | The domain name. |
리턴 |