Soap12OperationBinding::SoapActionRequired Property

 

Gets or sets a value indicating whether an XML Web service anticipates requiring the SOAPAction HTTP header.

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

public:
property bool SoapActionRequired {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if an XML Web service anticipates requiring the SOAPAction HTTP header; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: