共用方式為


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 物件。

屬性

適用於