C# Class LumiSoft.Net.Dns.Client.DnsCacheEntry

Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
DnsCacheEntry ( DnsServerResponse answers, System.DateTime addTime ) : System

Default constructor.

Method Details

DnsCacheEntry() public method

Default constructor.
public DnsCacheEntry ( DnsServerResponse answers, System.DateTime addTime ) : System
answers DnsServerResponse Dns answers.
addTime System.DateTime Entry add time.
return System