Share via


DsmlSoapHttpConnection.SoapActionHeader 屬性

定義

取得或設定與其他 HTTP 標頭一起傳送的 SOAP 動作標頭。

public:
 property System::String ^ SoapActionHeader { System::String ^ get(); void set(System::String ^ value); };
public string SoapActionHeader { get; set; }
member this.SoapActionHeader : string with get, set
Public Property SoapActionHeader As String

屬性值

與其他 HTTP 標頭一起傳送的 SOAP Action 標頭。

備註

此屬性的預設值為 「#batchRequest」。

適用於