WSHttpBindingBaseElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WSHttpBindingBaseElement クラスの新しいインスタンスを初期化します。
オーバーロード
WSHttpBindingBaseElement() |
WSHttpBindingBaseElement クラスの新しいインスタンスを初期化します。 |
WSHttpBindingBaseElement(String) |
WSHttpBindingBaseElement クラスの新しいインスタンスを初期化します。 |
WSHttpBindingBaseElement()
WSHttpBindingBaseElement クラスの新しいインスタンスを初期化します。
protected:
WSHttpBindingBaseElement();
protected WSHttpBindingBaseElement ();
Protected Sub New ()
適用対象
WSHttpBindingBaseElement(String)
WSHttpBindingBaseElement クラスの新しいインスタンスを初期化します。
protected:
WSHttpBindingBaseElement(System::String ^ name);
protected WSHttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.WSHttpBindingBaseElement : string -> System.ServiceModel.Configuration.WSHttpBindingBaseElement
Protected Sub New (name As String)
パラメーター
- name
- String
バインドの構成名。 この値は、バインディングの ID として使用されるため、一意である必要があります。