共用方式為


ExplicitProxy interface

防火牆原則中的明確 Proxy 設定。

屬性

enableExplicitProxy

設定為 true 時,會啟用明確 Proxy 模式。

enablePacFile

當設定為 true 時,必須提供 pac 檔案埠和 URL。

httpPort

明確 Proxy HTTP 通訊協定的埠號碼不能大於 64000。

httpsPort

明確 Proxy https 通訊協定的埠號碼不能大於 64000。

pacFile

PAC 檔案的SAS URL。

pacFilePort

要提供 PAC 檔案之防火牆的埠號碼。

屬性詳細資料

enableExplicitProxy

設定為 true 時,會啟用明確 Proxy 模式。

enableExplicitProxy?: boolean

屬性值

boolean

enablePacFile

當設定為 true 時,必須提供 pac 檔案埠和 URL。

enablePacFile?: boolean

屬性值

boolean

httpPort

明確 Proxy HTTP 通訊協定的埠號碼不能大於 64000。

httpPort?: number

屬性值

number

httpsPort

明確 Proxy https 通訊協定的埠號碼不能大於 64000。

httpsPort?: number

屬性值

number

pacFile

PAC 檔案的SAS URL。

pacFile?: string

屬性值

string

pacFilePort

要提供 PAC 檔案之防火牆的埠號碼。

pacFilePort?: number

屬性值

number