This documentation is archived and is not being maintained.

SoapClientMessage.Action Property

Gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.

[Visual Basic]
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;

Property Value

The SOAPAction HTTP request header field for the SOAP request or SOAP response.

Remarks

The Action property is available in any SoapMessageStage.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

SoapClientMessage Class | SoapClientMessage Members | System.Web.Services.Protocols Namespace

Show: