API Reference
Struct
DnsQuestion
Represents a DNS question as defined in RFC 1035 section 4.1.2.
Inheritance
- ValueType
- DnsQuestion
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
- Property DnsResponse.Questions
Constructors
public DnsQuestion() #Initializes a new instance of the DnsQuestion struct.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
Properties
public String HostName { get; set; } #JsonIgnoreHostName or IP address of the DNS server which received the query.
public DnsRequestFormat RequestFormat { get; set; } #JsonIgnoreRequest format of the DNS server which received the query.
Fields
public String OriginalName #JsonIgnoreThe FQDN record name requested. Retains original name as set by the client.