WSDualHttpBindingElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示适用于双工服务协定或通过 SOAP 中介进行通信的安全可互操作绑定的配置元素。
public ref class WSDualHttpBindingElement : System::ServiceModel::Configuration::StandardBindingElement
public class WSDualHttpBindingElement : System.ServiceModel.Configuration.StandardBindingElement
type WSDualHttpBindingElement = class
inherit StandardBindingElement
Public Class WSDualHttpBindingElement
Inherits StandardBindingElement
- 继承
- 继承
-
WSDualHttpBindingElement
注解
wsDualHttpBinding 是一种安全、可靠、可互操作的绑定,适用于双工服务协定。 默认情况下,它会生成一个运行时堆栈,WS-ReliableMessaging 可靠性、消息安全性和身份验证 WS-Security、消息传递的 HTTP 和文本/XML 消息编码。
此绑定要求客户端具有公共 URI。 它可用于可靠地通过一个或多个 SOAP 中介进行通信。
构造函数
| 名称 | 说明 |
|---|---|
| WSDualHttpBindingElement() |
初始化 WSDualHttpBindingElement 类的新实例。 |
| WSDualHttpBindingElement(String) |
使用指定名称初始化类的新实例 WSDualHttpBindingElement 。 |