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

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