次の方法で共有


SoapClientMessage.Action プロパティ

SOAP 要求または SOAP 応答の SOAPAction HTTP 要求ヘッダー フィールドを取得します。

Overrides Public ReadOnly Property Action As String
[C#]
public override string Action {get;}
[C++]
public: __property String* get_Action();
[JScript]
public override 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

参照

SoapClientMessage クラス | SoapClientMessage メンバ | System.Web.Services.Protocols 名前空間