Share via


ForwardProxy Class

Definition

The configuration settings of a forward proxy used to make the requests.

public class ForwardProxy
type ForwardProxy = class
Public Class ForwardProxy
Inheritance
ForwardProxy

Constructors

ForwardProxy()

Initializes a new instance of the ForwardProxy class.

ForwardProxy(Nullable<ForwardProxyConvention>, String, String)

Initializes a new instance of the ForwardProxy class.

Properties

Convention

Gets or sets the convention used to determine the url of the request made. Possible values include: 'NoProxy', 'Standard', 'Custom'

CustomHostHeaderName

Gets or sets the name of the header containing the host of the request.

CustomProtoHeaderName

Gets or sets the name of the header containing the scheme of the request.

Applies to