LumiSoft Net Help
AllAnswers Property
NamespacesLumiSoft.Net.DNS.ClientDnsServerResponseAllAnswers
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.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr[] AllAnswers { get; }
Public ReadOnly Property AllAnswers As DNS_rr()
	Get
public:
property array<DNS_rr^>^ AllAnswers {
	array<DNS_rr^>^ get ();
}
member AllAnswers : DNS_rr[] with get
Property Value
array<DNS_rr>[]()[][]

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119