SoapServerMethod::OutHeaderSerializer Property

 

Gets the XmlSerializer 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 XmlSerializer^ OutHeaderSerializer {
	XmlSerializer^ get();
}

Property Value

Type: System.Xml.Serialization::XmlSerializer^

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

.NET Framework
Available since 2.0
Return to top
Show: