XmlUrlResolver

XmlUrlResolver CF 1.0, ECMA 1.0

System.Xml (system.xml.dll) class

This class resolves URLs of external resources and retrieves them for parsing. XmlUrlResolver implements XmlResolver and provides methods for retrieving external DTDs, schemas, and imported stylesheets via a URL. To retrieve resources on a network, the Credentials property can be set to provide usernames and passwords, as well as define authentication schemes. You can set this property by supplying a System.Net.ICredentials object. By default, this property is set for anonymous access to a URI resource.

 public class  XmlUrlResolver  : XmlResolver {  // Public Constructors  public  XmlUrlResolver  ( );  // Public Instance Properties  public override ICredentials  Credentials  {set; }  // overrides XmlResolver   // Public Instance Methods  public override object  GetEntity  (Uri   absoluteUri   , string   role   , Type   ofObjectToReturn   )  // overrides XmlResolver  } 

Hierarchy

System.Object XmlResolver XmlUrlResolver



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net