CustomXmlSerializationDelegate typedef

CustomXmlSerializationDelegate = void Function(XmlWriter? writer)
Defines a delegate that is used to allow applications to emit custom XML when SOAP requests are sent to Exchange. The XmlWriter to use to emit the custom XML.

Implementation

typedef void CustomXmlSerializationDelegate(XmlWriter? writer);