Method Load
Load(XmlDocument, Stream)
Loads xml document from the specified stream.
public static void Load(XmlDocument document, Stream stream)
Parameters
documentXmlDocumentXml document.
streamStreamInput stream.
Loads xml document from the specified stream.
public static void Load(XmlDocument document, Stream stream)
document XmlDocumentXml document.
stream StreamInput stream.