SoapServerMethod::OutHeaderMappings Property

 

Gets the XmlMembersMapping used with SOAP responses from this Web service method.

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

public:
property array<SoapHeaderMapping^>^ OutHeaderMappings {
	array<SoapHeaderMapping^>^ get();
}

Property Value

Type: array<System.Web.Services.Protocols::SoapHeaderMapping^>^

The XmlMembersMapping used with SOAP responses from this Web service method.

.NET Framework
Available since 2.0
Return to top
Show: