Property DnsOverHttpsDisabled
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
DnsOverHttpsDisabled
Disables the DNS over HTTPS (DoH) protocol.
public bool DnsOverHttpsDisabled { get; set; }
Property Value
- bool
true
if DoH is disabled,false
otherwise.
Remarks
By default, DoH is enabled.