SoapMessage.Action プロパティ
派生クラスでオーバーライドされると、SOAP 要求または SOAP 応答の SOAPAction HTTP 要求ヘッダー フィールドを取得します。
Public MustOverride ReadOnly Property Action As String
[C#]
public abstract string Action {get;}
[C++]
public: __property virtual String* get_Action() = 0;
[JScript]
public abstract function get Action() : String;
プロパティ値
SOAP 要求または SOAP 応答の SOAPAction HTTP 要求ヘッダー フィールド。
解説
Action プロパティには、任意の SoapMessageStage 中にアクセスできます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
SoapMessage クラス | SoapMessage メンバ | System.Web.Services.Protocols 名前空間