BindingsSection.WSHttpBinding 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含 WSHttpBindingElement 对象集合的配置元素。
public:
property System::ServiceModel::Configuration::WSHttpBindingCollectionElement ^ WSHttpBinding { System::ServiceModel::Configuration::WSHttpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("wsHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.WSHttpBindingCollectionElement WSHttpBinding { get; }
[<System.Configuration.ConfigurationProperty("wsHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.WSHttpBinding : System.ServiceModel.Configuration.WSHttpBindingCollectionElement
Public ReadOnly Property WSHttpBinding As WSHttpBindingCollectionElement
属性值
一个包含 WSHttpBindingCollectionElement 对象集合的 WSHttpBindingElement。
- 属性