XmlReaderSettings Constructor (XmlResolver^)

.NET Framework (current version)
 
Note: This API is now obsolete.

Initializes a new instance of the XmlReaderSettings class.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
[ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", 
	true)]
XmlReaderSettings(
	XmlResolver^ resolver
)

Parameters

resolver
Type: System.Xml::XmlResolver^

The XML resolver.

.NET Framework
Available since 4.5
Windows Phone Silverlight
Available since 7.0
Return to top
Show: