SoapRpcMethodAttribute Constructor (String^)

 

Initializes a new instance of the SoapRpcMethodAttribute class, setting the Action property to the value of the action parameter.

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

public:
SoapRpcMethodAttribute(
	String^ action
)

Parameters

action
Type: System::String^

The intent of the SOAP request. Sets the Action property.

.NET Framework
Available since 1.1
Return to top
Show: