LumiSoft Mail Server User API
AllAnswers Property
Namespaces > LumiSoft.Net.Dns.Client > DnsServerResponse > AllAnswers
Gets all resource records returned by server (answer records section + authority records section + additional records section). NOTE: Before using this property ensure that ConnectionOk=true and ResponseCode=RCODE.NO_ERROR.
Syntax
C#Visual BasicManaged C++
public DnsRecordBase[] AllAnswers { get; }
Public ReadOnly Property AllAnswers As DnsRecordBase()
public:
array<DnsRecordBase^>^ AllAnswers {
	array<DnsRecordBase^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)