共用方式為


ProxySettings interface

為傳出要求設定 Proxy 的選項(僅限Node.js)。

屬性

host

Proxy 的主機位址。

password

如有需要,使用 Proxy 進行驗證的密碼。

port

Proxy 主機的埠。

username

如有需要,要向 Proxy 進行驗證的用戶名稱。

屬性詳細資料

host

Proxy 的主機位址。

host: string

屬性值

string

password

如有需要,使用 Proxy 進行驗證的密碼。

password?: string

屬性值

string

port

Proxy 主機的埠。

port: number

屬性值

number

username

如有需要,要向 Proxy 進行驗證的用戶名稱。

username?: string

屬性值

string