你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProxySettings interface
为传出请求 (Node.js 配置代理的选项仅) 。
属性
host | 代理的主机地址。 |
password | 使用代理进行身份验证的密码(如果需要)。 |
port | 代理主机的端口。 |
username | 使用代理进行身份验证的用户名(如果需要)。 |
属性详细信息
host
代理的主机地址。
host: string
属性值
string
password
使用代理进行身份验证的密码(如果需要)。
password?: string
属性值
string
port
代理主机的端口。
port: number
属性值
number
username
使用代理进行身份验证的用户名(如果需要)。
username?: string
属性值
string