Share via


SoapServerMethod.Action 屬性

定義

取得傳送至這個 XML Web Service 方法之 SOAP 要求的 SOAPAction HTTP 標頭欄位。

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

屬性值

String,包含傳送至這個 XML Web Service 方法之 SOAP 要求的 SOAPAction HTTP 標頭欄位。

適用於