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