Click or drag to resize
MiscGetXMLDocument Method
Open a remote XML file with HttpWebRequest

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static XmlDocument GetXMLDocument(
	string requestUriString
)

Parameters

requestUriString
Type: SystemString
File to open (es: http://localhost/WebSite/Controls.xml )

Return Value

Type: XmlDocument
XML loaded document
See Also