BindingsSection.BasicHttpBinding 属性
定义
获取包含 BasicHttpBindingElement 对象集合的配置元素。Gets the configuration element that contains a collection of BasicHttpBindingElement objects.
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 对象集合的配置节。A BasicHttpBindingCollectionElement object that defines the configuration section that contains a collection of BasicHttpBindingElement objects.
- 属性