SoapServerMethod::Action Property

 

Gets the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property String^ Action {
	String^ get();
}

Property Value

Type: System::String^

A String that contains the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method.

.NET Framework
Available since 2.0
Return to top
Show: