This documentation is archived and is not being maintained.
SoapServerMessage.Action Property
.NET Framework 1.1
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 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
See Also
SoapServerMessage Class | SoapServerMessage Members | System.Web.Services.Protocols Namespace
Show: