次の方法で共有


HttpBindingBaseElement(String) コンストラクター

定義

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

protected:
 HttpBindingBaseElement(System::String ^ name);
protected HttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.HttpBindingBaseElement : string -> System.ServiceModel.Configuration.HttpBindingBaseElement
Protected Sub New (name As String)

パラメーター

name
String

バインディングの名前。

適用対象