BackendProxyContract Class

Definition

Details of the Backend WebProxy Server to use in the Request to Backend. https://msdn.microsoft.com/en-us/library/system.net.webproxy(v=vs.110).aspx

public class BackendProxyContract
type BackendProxyContract = class
Public Class BackendProxyContract
Inheritance
BackendProxyContract

Constructors

BackendProxyContract()

Initializes a new instance of the BackendProxyContract class.

BackendProxyContract(String, String, String)

Initializes a new instance of the BackendProxyContract class.

Properties

Password

Gets or sets password to connect to the WebProxy Server

Url

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

Username

Gets or sets username to connect to the WebProxy server

Methods

Validate()

Validate the object.

Applies to