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

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

属性

適用対象