C# Class org.GraphDefined.Vanaheimr.Hermod.DNS.DNSCacheEntry

A DNS cache entry.
Mostrar archivo Open project: Vanaheimr/Hermod Class Usage Examples

Public Methods

Method Description
DNSCacheEntry ( System.DateTime RefreshTime, System.DateTime EndOfLife, DNSInfo DNSInfo ) : System

Create a new DNS cache entry.

Method Details

DNSCacheEntry() public method

Create a new DNS cache entry.
public DNSCacheEntry ( System.DateTime RefreshTime, System.DateTime EndOfLife, DNSInfo DNSInfo ) : System
RefreshTime System.DateTime The timestamp of the last refresh.
EndOfLife System.DateTime The timestamp when this entry gets invalidated.
DNSInfo DNSInfo The cached DNS information.
return System