ForwardProxy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET