Delegate AutodiscoverServiceBase.CustomXmlSerializationDelegate

AutodiscoverServiceBase.CustomXmlSerializationDelegate delegate

Defines a delegate that is used to allow applications to emit custom XML when SOAP requests are sent to Exchange.

public delegate void CustomXmlSerializationDelegate(XmlWriter writer);
ParameterTypeDescription
writerXmlWriterThe XmlWriter to use to emit the custom XML.

See Also