Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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