Brecham.Obex — An OBEX library for the .NET Framework

ObexXmlUtilities.CreateXmlReader Method

Creates a new System.Xml.XmlReader instance using the specified stream, configured with the XmlReaderSettings and XmlResolver required by the local parsers.

Overload List

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);

See Also

ObexXmlUtilities Class | Brecham.Obex.Objects Namespace