Soap12Binding 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Web 服务描述语言 (WSDL) 文档中到 SOAP 协议 1.2 版的绑定。 此类不能被继承。
public ref class Soap12Binding sealed : System::Web::Services::Description::SoapBinding
[System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))]
[System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")]
public sealed class Soap12Binding : System.Web.Services.Description.SoapBinding
[<System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))>]
[<System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")>]
type Soap12Binding = class
inherit SoapBinding
Public NotInheritable Class Soap12Binding
Inherits SoapBinding
- 继承
- 属性
注解
此类表示添加到 WSDL 文档的 XML,该文档XML Web service SOAP 协议版本 1.2 支持通信。
在版本 1.0 .NET Framework不支持此类。
构造函数
Soap12Binding() |
初始化 Soap12Binding 类的新实例。 |
字段
HttpTransport |
表示用于 SOAP 消息的传输协议是 HTTP。 此字段为常数。 |
Namespace |
表示到 SOAP 协议 1.2 版的绑定的 XML 命名空间。 此字段为常数。 |
属性
Handled |
获取或设置一个值,该值指示当导入扩展性元素时,导入进程是否使用 ServiceDescriptionFormatExtension。 (继承自 ServiceDescriptionFormatExtension) |
Parent |
获取 ServiceDescriptionFormatExtension 的父级。 (继承自 ServiceDescriptionFormatExtension) |
Required |
获取或设置一个值,该值指示 ServiceDescriptionFormatExtension 是否是它所引用的操作所必需的。 (继承自 ServiceDescriptionFormatExtension) |
Style |
指定当前 SoapBinding 所使用的 SOAP 绑定的类型。 (继承自 SoapBinding) |
Transport |
获取或设置 SOAP 数据的 HTTP 传输规范的 URI。 (继承自 SoapBinding) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |