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 节。

属性

适用于