public abstract class DnsRecordMessageBase : DnsMessageBase
Public MustInherit Class DnsRecordMessageBase
Inherits DnsMessageBase
public ref class DnsRecordMessageBase abstract : public DnsMessageBase
[<AbstractClassAttribute>]
type DnsRecordMessageBase =
class
inherit DnsMessageBase
end
AdditionalRecords |
Gets or sets the entries in the additional records section
(Inherited from DnsMessageBase) |
AnswerRecords | Gets or sets the entries in the answer records section |
AuthorityRecords | Gets or sets the entries in the authority records section |
EDnsOptions |
Gets or set the OptRecord for the EDNS options
(Inherited from DnsMessageBase) |
IsEDnsEnabled |
Enables or disables EDNS
(Inherited from DnsMessageBase) |
IsQuery |
Gets or sets the query (QR) flag
(Inherited from DnsMessageBase) |
OperationCode | Gets or sets the Operation Code (OPCODE) |
Questions | Gets or sets the entries in the question section |
ReturnCode |
Gets or sets the return code (RCODE)
(Inherited from DnsMessageBase) |
TransactionID |
Gets or sets the transaction identifier (ID) of the message
(Inherited from DnsMessageBase) |
TSigOptions |
Gets or set the TSigRecord for the tsig signed messages
(Inherited from DnsMessageBase) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |