次の方法で共有


SoapMethodAttribute.SoapAction プロパティ

このメソッドで送信された HTTP 要求で使用する SOAPAction ヘッダー フィールドを取得または設定します。

Public Property SoapAction As String
[C#]
public string SoapAction {get; set;}
[C++]
public: __property String* get_SoapAction();public: __property void set_SoapAction(String*);
[JScript]
public function get SoapAction() : String;public function set SoapAction(String);

プロパティ値

このメソッドで送信された HTTP 要求で使用する SOAPAction ヘッダー フィールド。

解説

SOAPAction HTTP 要求ヘッダー フィールドは、SOAP HTTP 要求の意図を示します。SOAPAction フィールドの詳細については、www.w3.org/tr/soap/#_Toc478383528 を参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SoapMethodAttribute クラス | SoapMethodAttribute メンバ | System.Runtime.Remoting.Metadata 名前空間