Create an XmlReaderSettings object configured to use the library's XmlResolver and with other suitable settings.
An XmlReaderSettings instance, configured as discussed below.
The settings are configured as follows. For validation and DTD handling, the ObexXmlResolver is supplied and ProhibitDtd and ValidationType are set respectively. On the general settings, CloseInput is set to true so that the input Stream is closed when the XmlReader is closed.
ObexXmlUtilities Class | Brecham.Obex.Objects Namespace