NetworkSettings

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.NetworkSettings
Kind: class


Represents a proxy settings object.

Constructor

NetworkSettings()

Constructor

NetworkSettings empty constructor

NetworkSettings(bool enableDnsOverHttps, string dnsOverHttpsTemplates)

Constructor

NetworkSettings constructor

Parameters

TypeNameDescription
boolenableDnsOverHttpsThe true if need emulate geolocation according with the ip; otherwise and default, false.
stringdnsOverHttpsTemplatesThe URI template of the desired DNS-over-HTTPS resolver. To specify multiple DNS-over-HTTPS resolvers, separate the corresponding URI templates with spaces. If the EnableDnsOverHttps is set to “true” then this policy must be set and not empty.

Properties

EnableDnsOverHttps

Property

bool EnableDnsOverHttps { get; set; }

The true if DNS over HTTPS mode is Secure; otherwise and default, false.

DnsOverHttpsTemplates

Property

string DnsOverHttpsTemplates { get; set; }

The URI template of the desired DNS-over-HTTPS resolver. To specify multiple DNS-over-HTTPS resolvers, separate the corresponding URI templates with spaces.