BackendProxyContract interface
要用于后端请求的后端 WebProxy 服务器的详细信息。
属性
| password | 连接到 WebProxy 服务器的密码 |
| url | WebProxy Server AbsoluteUri 属性,其中包括存储在 Uri 实例中的整个 URI,包括所有片段和查询字符串。 |
| username | 连接到 WebProxy 服务器的用户名 |
属性详细信息
password
连接到 WebProxy 服务器的密码
password?: string
属性值
string
url
WebProxy Server AbsoluteUri 属性,其中包括存储在 Uri 实例中的整个 URI,包括所有片段和查询字符串。
url: string
属性值
string
username
连接到 WebProxy 服务器的用户名
username?: string
属性值
string