System.Xml.XmlResolver Members

The members of System.Xml.XmlResolver are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Xml.XmlResolver class.

Public Properties

[write-only]
CredentialsSystem.Net.ICredentials.

When overridden in a derived class, sets the credentials used to authenticate Web requests.

Public Methods

abstract
GetEntity(Uri, string, Type) : object

When overridden in a derived class, maps a URI to an object containing the actual resource.

GetEntityAsync(Uri, string, Type) : System.Threading.Tasks.Task<object>

Asynchronously maps a URI to an object containing the actual resource.

ResolveUri(Uri, string) : Uri

When overridden in a derived class, resolves the absolute URI from the base and relative URIs.

SupportsType(Uri, Type) : bool

Adds the ability for the resolver to return other types than just System.IO.Stream.