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.26106.1555
Syntax
public static bool UseDnsOverHttps { get; set; }

Property Value

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