ForwardProxy Constructors
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.
Overloads
ForwardProxy() |
Initializes a new instance of the ForwardProxy class. |
ForwardProxy(Nullable<ForwardProxyConvention>, String, String) |
Initializes a new instance of the ForwardProxy class. |
ForwardProxy()
Initializes a new instance of the ForwardProxy class.
public ForwardProxy ();
Public Sub New ()
Applies to
ForwardProxy(Nullable<ForwardProxyConvention>, String, String)
Initializes a new instance of the ForwardProxy class.
public ForwardProxy (Microsoft.Azure.Management.WebSites.Models.ForwardProxyConvention? convention = default, string customHostHeaderName = default, string customProtoHeaderName = default);
new Microsoft.Azure.Management.WebSites.Models.ForwardProxy : Nullable<Microsoft.Azure.Management.WebSites.Models.ForwardProxyConvention> * string * string -> Microsoft.Azure.Management.WebSites.Models.ForwardProxy
Public Sub New (Optional convention As Nullable(Of ForwardProxyConvention) = Nothing, Optional customHostHeaderName As String = Nothing, Optional customProtoHeaderName As String = Nothing)
Parameters
- convention
- Nullable<ForwardProxyConvention>
The convention used to determine the url of the request made. Possible values include: 'NoProxy', 'Standard', 'Custom'
- customHostHeaderName
- String
The name of the header containing the host of the request.
- customProtoHeaderName
- String
The name of the header containing the scheme of the request.
Applies to
Azure SDK for .NET