SoapDocumentMethodAttribute 建構函式

定義

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

多載

名稱 Description
SoapDocumentMethodAttribute()

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

SoapDocumentMethodAttribute(String)

初始化該類別的新實例 SoapDocumentMethodAttribute ,並將屬性設定 Action 為參數值 action

SoapDocumentMethodAttribute()

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

public:
 SoapDocumentMethodAttribute();
public SoapDocumentMethodAttribute();
Public Sub New ()

適用於

SoapDocumentMethodAttribute(String)

初始化該類別的新實例 SoapDocumentMethodAttribute ,並將屬性設定 Action 為參數值 action

public:
 SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute(string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)

參數

action
String

SOAP SOAPAction 請求的 HTTP 標頭欄位。 設定 Action 屬性。

適用於