API Reference
Struct
DnsAnswerMinimal
Provides a lightweight representation of a DNS resource record. Useful for reducing the payload size returned to callers. See RFC 1035 for the resource record definition.
Inheritance
- ValueType
- DnsAnswerMinimal
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
Methods
op_Explicit(DnsClientX.DnsAnswer dnsAnswer) #Performs an explicit conversion from DnsAnswer to DnsAnswerMinimal.
Parameters
- dnsAnswer DnsClientX.DnsAnswer
- The DNS answer.
Returns
The result of the conversion.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
Properties
public Int32 Port { get; set; } #Gets the port of the DNS server that provided the answer.
public DnsRequestFormat RequestFormat { get; set; } #Gets the protocol used to obtain the DNS answer.