Soap12OperationBinding 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示当 XML Web services 支持 SOAP 协议 1.2 版时应用于 OperationBinding 的服务说明格式扩展。 此类不能被继承。
public ref class Soap12OperationBinding sealed : System::Web::Services::Description::SoapOperationBinding[System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))]
public sealed class Soap12OperationBinding : System.Web.Services.Description.SoapOperationBinding[<System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))>]
type Soap12OperationBinding = class
    inherit SoapOperationBindingPublic NotInheritable Class Soap12OperationBinding
Inherits SoapOperationBinding- 继承
- 属性
注解
此类指定消息传输将使用 SOAP 协议版本1.2,并提供有关如何设置 SOAP 消息的格式的详细信息。
构造函数
| Soap12OperationBinding() | 初始化 Soap12OperationBinding 类的新实例。 | 
属性
| Handled | 获取或设置一个值,该值指示当导入扩展性元素时,导入进程是否使用 ServiceDescriptionFormatExtension。(继承自 ServiceDescriptionFormatExtension) | 
| Parent | 获取 ServiceDescriptionFormatExtension 的父级。(继承自 ServiceDescriptionFormatExtension) | 
| Required | 获取或设置一个值,该值指示 ServiceDescriptionFormatExtension 是否是它所引用的操作所必需的。(继承自 ServiceDescriptionFormatExtension) | 
| SoapAction | 获取或设置 SOAP 标头的 URI。(继承自 SoapOperationBinding) | 
| SoapActionRequired | 获取或设置一个值,该值指示 XML Web services 是否认为需要  | 
| Style | 获取或设置 SoapOperationBinding 所使用的 SOAP 绑定的类型。(继承自 SoapOperationBinding) | 
方法
| Equals(Object) | 确定指定对象是否等于当前对象。(继承自 Object) | 
| GetHashCode() | 作为默认哈希函数。(继承自 Object) | 
| GetType() | 获取当前实例的 Type。(继承自 Object) | 
| MemberwiseClone() | 创建当前 Object 的浅表副本。(继承自 Object) | 
| ToString() | 返回表示当前对象的字符串。(继承自 Object) |