次の方法で共有


ForwardProxy コンストラクター

定義

オーバーロード

ForwardProxy()

ForwardProxy クラスの新しいインスタンスを初期化します。

ForwardProxy(Nullable<ForwardProxyConvention>, String, String)

ForwardProxy クラスの新しいインスタンスを初期化します。

ForwardProxy()

ForwardProxy クラスの新しいインスタンスを初期化します。

public ForwardProxy ();
Public Sub New ()

適用対象

ForwardProxy(Nullable<ForwardProxyConvention>, String, String)

ForwardProxy クラスの新しいインスタンスを初期化します。

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)

パラメーター

convention
Nullable<ForwardProxyConvention>

要求の URL を決定するために使用される規則。 使用できる値は、'NoProxy'、'Standard'、'Custom' です。

customHostHeaderName
String

要求のホストを含むヘッダーの名前。

customProtoHeaderName
String

要求のスキームを含むヘッダーの名前。

適用対象