ExplicitProxy interface

Explicit Proxy Settings in Firewall Policy.

Properties

enableExplicitProxy

When set to true, explicit proxy mode is enabled.

enablePacFile

When set to true, pac file port and url needs to be provided.

httpPort

Port number for explicit proxy http protocol, cannot be greater than 64000.

httpsPort

Port number for explicit proxy https protocol, cannot be greater than 64000.

pacFile

SAS URL for PAC file.

pacFilePort

Port number for firewall to serve PAC file.

Property Details

enableExplicitProxy

When set to true, explicit proxy mode is enabled.

enableExplicitProxy?: boolean

Property Value

boolean

enablePacFile

When set to true, pac file port and url needs to be provided.

enablePacFile?: boolean

Property Value

boolean

httpPort

Port number for explicit proxy http protocol, cannot be greater than 64000.

httpPort?: number

Property Value

number

httpsPort

Port number for explicit proxy https protocol, cannot be greater than 64000.

httpsPort?: number

Property Value

number

pacFile

SAS URL for PAC file.

pacFile?: string

Property Value

string

pacFilePort

Port number for firewall to serve PAC file.

pacFilePort?: number

Property Value

number