Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a pointer to a DNS server property. The type of the property depends on the value of DNS_SERVER_PROPERTY::Type.
Syntax
typedef union _DNS_SERVER_PROPERTY_TYPES {
DNS_DOH_SERVER_SETTINGS *DohSettings;
DNS_DOT_SERVER_SETTINGS *DotSettings;
} DNS_SERVER_PROPERTY_TYPES;
Members
DohSettings
If DNS_SERVER_PROPERTY::Type is set to DnsServerDohProperty, then DohSettings points to a valid DNS-over-HTTPS server property.
DotSettings
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | netioapi.h (include Iphlpapi.h) |