SoapServerMethod.Action 屬性

定義

取得 SOAPAction 傳送至 XML Web 服務方法的 SOAP 請求的 HTTP 標頭欄位。

public:
 property System::String ^ Action { System::String ^ get(); };
public string Action { get; }
member this.Action : string
Public ReadOnly Property Action As String

屬性值

A String 包含 SOAPAction 傳送至 XML Web 服務方法的 SOAP 請求的 HTTP 標頭欄位。

適用於