This documentation is archived and is not being maintained.
SoapMessage.Action Property
.NET Framework 1.1
When overridden in a derived class, gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.
[Visual Basic] 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;
Property Value
The SOAPAction HTTP request header field for the SOAP request or SOAP response.
Remarks
The Action property can be accessed during 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
SoapMessage Class | SoapMessage Members | System.Web.Services.Protocols Namespace
Show: