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

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

適用対象