CustomBindingCollectionElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个 customBinding
配置元素集合,该集合中的元素提供了对用户消息堆栈的完全控制。 此类不能被继承。
public ref class CustomBindingCollectionElement sealed : System::ServiceModel::Configuration::BindingCollectionElement
public sealed class CustomBindingCollectionElement : System.ServiceModel.Configuration.BindingCollectionElement
type CustomBindingCollectionElement = class
inherit BindingCollectionElement
Public NotInheritable Class CustomBindingCollectionElement
Inherits BindingCollectionElement
- 继承
注解
自定义绑定提供对 Windows Communication Foundation (WCF) 消息堆栈的完全控制。 单个绑定按照堆栈元素在堆栈上出现的顺序来指定它们的配置元素,从而定义消息堆栈。 每个元素都定义和配置了该堆栈的一个元素。 在每个自定义绑定中,必须有且只能有一个传输元素。 如果没有该元素,消息堆栈将是不完整的。
元素在堆栈中出现的顺序非常重要,因为在将操作应用于消息时会采用该顺序。 建议的堆栈元素顺序如下:
事务(可选)
可靠消息(可选)
安全(可选)
Transport
编码器(可选)
构造函数
CustomBindingCollectionElement() |
初始化 CustomBindingCollectionElement 类的新实例。 |