ProtocolMappingElement コンストラクター

定義

ProtocolMappingElement クラスの新しいインスタンスを作成します。

オーバーロード

ProtocolMappingElement()

ProtocolMappingElement クラスの新しいインスタンスを作成します。

ProtocolMappingElement(String, String, String)

指定したスキーム型、バインド、およびバインド構成を使用して、ProtocolMappingElement クラスの新しいインスタンスを作成します。

ProtocolMappingElement()

ProtocolMappingElement クラスの新しいインスタンスを作成します。

public:
 ProtocolMappingElement();
public ProtocolMappingElement ();
Public Sub New ()

適用対象

ProtocolMappingElement(String, String, String)

指定したスキーム型、バインド、およびバインド構成を使用して、ProtocolMappingElement クラスの新しいインスタンスを作成します。

public:
 ProtocolMappingElement(System::String ^ schemeType, System::String ^ binding, System::String ^ bindingConfiguration);
public ProtocolMappingElement (string schemeType, string binding, string bindingConfiguration);
new System.ServiceModel.Configuration.ProtocolMappingElement : string * string * string -> System.ServiceModel.Configuration.ProtocolMappingElement
Public Sub New (schemeType As String, binding As String, bindingConfiguration As String)

パラメーター

schemeType
String

通信プロトコル スキーム。

binding
String

通信プロトコル メッセージの書式スタイル。

bindingConfiguration
String

プロトコル マッピング要素の構成用のバインディング設定。

適用対象