Soap12AddressBinding 类

定义

表示当 XML Web services 支持 SOAP 协议 1.2 版时应用于 Port 的服务说明格式扩展。 此类不能被继承。

public ref class Soap12AddressBinding sealed : System::Web::Services::Description::SoapAddressBinding
[System.Web.Services.Configuration.XmlFormatExtension("address", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Port))]
public sealed class Soap12AddressBinding : System.Web.Services.Description.SoapAddressBinding
[<System.Web.Services.Configuration.XmlFormatExtension("address", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Port))>]
type Soap12AddressBinding = class
    inherit SoapAddressBinding
Public NotInheritable Class Soap12AddressBinding
Inherits SoapAddressBinding
继承
属性

注解

有关为 XML Web services 指定协议的详细信息,请参阅 使用 ASP.NET 的 Xml Web services。 有关 Web Services 描述语言 (WSDL) 的详细信息,请参阅 wsdl 规范。

构造函数

Soap12AddressBinding()

初始化 Soap12AddressBinding 类的新实例。

属性

Handled

获取或设置一个值,该值指示当导入扩展性元素时,导入进程是否使用 ServiceDescriptionFormatExtension

(继承自 ServiceDescriptionFormatExtension)
Location

获取或设置一个值,该值表示 Port 所应用于的 SoapAddressBinding 的 URI。

(继承自 SoapAddressBinding)
Parent

获取 ServiceDescriptionFormatExtension 的父级。

(继承自 ServiceDescriptionFormatExtension)
Required

获取或设置一个值,该值指示 ServiceDescriptionFormatExtension 是否是它所引用的操作所必需的。

(继承自 ServiceDescriptionFormatExtension)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于