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

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