This class represents dns server response.
| C# | Visual Basic | Managed C++ |
[SerializableAttribute] public class DnsServerResponse
<SerializableAttribute> _ Public Class DnsServerResponse
[SerializableAttribute] public ref class DnsServerResponse
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| AdditionalAnswers |
Gets resource records in the additional records section. NOTE: Before using this property ensure that ConnectionOk=true and ResponseCode=RCODE.NO_ERROR.
| |
| 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.
| |
| Answers |
Gets dns server returned answers. NOTE: Before using this property ensure that ConnectionOk=true and ResponseCode=RCODE.NO_ERROR.
| |
| 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.
| |
| ConnectionOk |
Gets if connection to dns server was successful.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAAAARecords() |
Gets IPv6 host addess records.
| |
| GetARecords() |
Gets IPv4 host addess records.
| |
| GetCNAMERecords() |
Gets CNAME records.
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetHINFORecords() |
Gets HINFO records.
| |
| GetMXRecords() |
Gets MX records.(MX records are sorted by preference, lower array element is prefered)
| |
| GetNSRecords() |
Gets name server records.
| |
| GetPTRRecords() |
Gets PTR records.
| |
| GetSOARecords() |
Gets SOA records.
| |
| GetTXTRecords() |
Gets text records.
| |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResponseCode |
Gets dns server response code.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| DnsServerResponse | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)