System.Xml.XmlResolver: Method Members

The methods of System.Xml.XmlResolver are listed below. For a list of all members, see the XmlResolver Members list.

See Also: Inherited members from System.Object

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.