WSHttpBindingElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示支持分布式事务和安全可靠会话的可互操作绑定。
public ref class WSHttpBindingElement : System::ServiceModel::Configuration::WSHttpBindingBaseElement
public class WSHttpBindingElement : System.ServiceModel.Configuration.WSHttpBindingBaseElement
type WSHttpBindingElement = class
inherit WSHttpBindingBaseElement
Public Class WSHttpBindingElement
Inherits WSHttpBindingBaseElement
- 继承
- 继承
- 派生
注解
wsHttpBinding 是一种安全、可靠、可互操作的绑定,适用于非双工服务协定。 绑定实现以下规范:WS-ReliableMessaging 用于可靠性和消息安全性和身份验证的 WS-Security。 传输为 HTTP,消息编码为 Text/XML 编码。
构造函数
| 名称 | 说明 |
|---|---|
| WSHttpBindingElement() |
初始化 WSHttpBindingElement 类的新实例。 |
| WSHttpBindingElement(String) |
初始化 WSHttpBindingElement 类的新实例。 |