ProtocolMappingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロトコル マッピング要素の構成用のバインディング設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET