你当前正在访问 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