DsmlSoapHttpConnection.SoapActionHeader 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與其他 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」。