API Reference
Class
DnsDebugSectionEntry
Represents an entry in a DNS section.
Inheritance
- Object
- DnsDebugSectionEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DnsDebugSectionEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
RawName #Gets or sets the raw name of the DNS section entry.
public String Name { get; set; } #Gets or sets the name of the DNS section entry.
public String Offset { get; set; } #Gets or sets the offset of the DNS section entry.
public Int32 RRCount { get; set; } #Gets or sets the resource record count of the DNS section entry.
public Nullable<DnsRecordType> RecordType { get; set; } #Gets or sets the type of the DNS section entry.
public String Class { get; set; } #Gets or sets the class of the DNS section entry.