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.
| C# | Visual Basic | Managed 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)