SoapDocumentMethodAttribute Constructor (String^)

 

Initializes a new instance of the SoapDocumentMethodAttribute 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:
SoapDocumentMethodAttribute(
	String^ action
)

Parameters

action
Type: System::String^

The SOAPAction HTTP header field of the SOAP request. Sets the Action property.

.NET Framework
Available since 1.1
Return to top
Show: