LumiSoft.Net.Dns.Client.DnsCacheEntry.DnsCacheEntry C# (CSharp) 메소드

DnsCacheEntry() 공개 메소드

Default constructor.
public DnsCacheEntry ( DnsServerResponse answers, System.DateTime addTime ) : System
answers DnsServerResponse Dns answers.
addTime System.DateTime Entry add time.
리턴 System
        public DnsCacheEntry(DnsServerResponse answers,DateTime addTime)
        {
            m_pResponse = answers;
            m_Time      = addTime;
        }
DnsCacheEntry