Share via


Soap12OperationBinding 類別

定義

表示當 XML Web Service 支援 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 SoapOperationBinding
Public NotInheritable Class Soap12OperationBinding
Inherits SoapOperationBinding
繼承
屬性

備註

這個類別會指定訊息傳輸將使用 SOAP 通訊協定版本1.2,並提供有關如何格式化 SOAP 訊息的詳細資料。

建構函式

Soap12OperationBinding()

初始化 Soap12OperationBinding 類別的新執行個體。

屬性

Handled

取得或設定值,指出 ServiceDescriptionFormatExtension 是否在擴充性項目匯入時由匯入處理序來使用。

(繼承來源 ServiceDescriptionFormatExtension)
Parent

取得 ServiceDescriptionFormatExtension 的父代 (Parent)。

(繼承來源 ServiceDescriptionFormatExtension)
Required

取得或設定值,指出 ServiceDescriptionFormatExtension 對它所參考的動作是否是必要的。

(繼承來源 ServiceDescriptionFormatExtension)
SoapAction

取得或設定 SOAP 標頭的 URI。

(繼承來源 SoapOperationBinding)
SoapActionRequired

取得或設定值,指出 XML Web Service 是否預期需要 SOAPAction HTTP 標頭。

Style

取得或設定 SoapOperationBinding 所使用的 SOAP 繫結的型別。

(繼承來源 SoapOperationBinding)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱