Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft