WebServicesSection::SoapEnvelopeProcessing Property

 

Gets or sets the SoapEnvelopeProcessingElement for the WebServicesSection object.

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

public:
[ConfigurationPropertyAttribute("soapEnvelopeProcessing")]
property SoapEnvelopeProcessingElement^ SoapEnvelopeProcessing {
	SoapEnvelopeProcessingElement^ get();
	void set(SoapEnvelopeProcessingElement^ value);
}

.NET Framework
Available since 2.0
Return to top
Show: