BindingsSection.BasicHttpBinding プロパティ

定義

BasicHttpBindingElement オブジェクトのコレクションを含む構成要素を取得します。

public:
 property System::ServiceModel::Configuration::BasicHttpBindingCollectionElement ^ BasicHttpBinding { System::ServiceModel::Configuration::BasicHttpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("basicHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.BasicHttpBindingCollectionElement BasicHttpBinding { get; }
[<System.Configuration.ConfigurationProperty("basicHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.BasicHttpBinding : System.ServiceModel.Configuration.BasicHttpBindingCollectionElement
Public ReadOnly Property BasicHttpBinding As BasicHttpBindingCollectionElement

プロパティ値

BasicHttpBindingCollectionElement オブジェクトのコレクションを含む構成セクションを定義するBasicHttpBindingElement オブジェクト。

属性

適用対象