| GlobalConfigurationUseDnsOverHttps Property |
Gets or sets the value indicating if secure DNS over HTTPS should be used.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static bool UseDnsOverHttps { get; set; }
Public Shared Property UseDnsOverHttps As Boolean
Get
Set
public:
static property bool UseDnsOverHttps {
bool get ();
void set (bool value);
}
static member UseDnsOverHttps : bool with get, set
Property Value
Type:
BooleanRemarks
By default, system defined DNS address is used. You can use
DnsServerAddress to use a different address.
POST request to the following URI is used "https://{DnsServerAddress}/dns-query" e.g. "https://1.1.1.1/dns-query".
See Also