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

一个 NetHttpBindingCollectionElement 对象,用于定义包含 NetHttpBindingElement 对象集合的配置节。

属性

适用于