BackendProxyContract interface

Details of the Backend WebProxy Server to use in the Request to Backend.

Properties

password

Password to connect to the WebProxy Server

url

WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.

username

Username to connect to the WebProxy server

Property Details

password

Password to connect to the WebProxy Server

password?: string

Property Value

string

url

WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.

url: string

Property Value

string

username

Username to connect to the WebProxy server

username?: string

Property Value

string