WebHttpBindingCollectionElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个配置元素,该元素包含的子元素可指定有关使用 WebHttpBinding 绑定的设置。
public ref class WebHttpBindingCollectionElement : System::ServiceModel::Configuration::StandardBindingCollectionElement<System::ServiceModel::WebHttpBinding ^, System::ServiceModel::Configuration::WebHttpBindingElement ^>
public class WebHttpBindingCollectionElement : System.ServiceModel.Configuration.StandardBindingCollectionElement<System.ServiceModel.WebHttpBinding,System.ServiceModel.Configuration.WebHttpBindingElement>
type WebHttpBindingCollectionElement = class
inherit StandardBindingCollectionElement<WebHttpBinding, WebHttpBindingElement>
Public Class WebHttpBindingCollectionElement
Inherits StandardBindingCollectionElement(Of WebHttpBinding, WebHttpBindingElement)
- 继承
-
WebHttpBindingCollectionElement
注解
使用此集合可以编程方式操作配置。
构造函数
WebHttpBindingCollectionElement() |
初始化 WebHttpBindingCollectionElement 类的新实例。 |