BindingsSection.NetHttpBinding プロパティ

定義

NetHttpBindingElement オブジェクトのコレクションを格納する構成要素を取得します。

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

プロパティ値

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

属性

適用対象