Creates a new System.Xml.XmlReader instance using the specified stream, configured with the XmlReaderSettings and XmlResolver required by the local parsers.
Creates a new System.Xml.XmlReader instance using the specified stream, configured with the XmlReaderSettings and XmlResolver required by the local parsers.
public static XmlReader CreateXmlReader(Stream);
Creates a new System.Xml.XmlReader instance using the specified System.IO.TextReader, configured with the XmlReaderSettings and XmlResolver required by the local parsers.
public static XmlReader CreateXmlReader(TextReader);
ObexXmlUtilities Class | Brecham.Obex.Objects Namespace