Freigeben über


ForwardProxy Konstruktoren

Definition

Überlädt

ForwardProxy()

Initialisiert eine neue instance der ForwardProxy-Klasse.

ForwardProxy(Nullable<ForwardProxyConvention>, String, String)

Initialisiert eine neue instance der ForwardProxy-Klasse.

ForwardProxy()

Initialisiert eine neue instance der ForwardProxy-Klasse.

public ForwardProxy ();
Public Sub New ()

Gilt für:

ForwardProxy(Nullable<ForwardProxyConvention>, String, String)

Initialisiert eine neue instance der ForwardProxy-Klasse.

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)

Parameter

convention
Nullable<ForwardProxyConvention>

Die Konvention, die verwendet wird, um die URL der gestellten Anforderung zu bestimmen. Mögliche Werte: "NoProxy", "Standard", "Custom"

customHostHeaderName
String

Der Name des Headers, der den Host der Anforderung enthält.

customProtoHeaderName
String

Der Name des Headers, der das Schema der Anforderung enthält.

Gilt für: