XmlXapResolver Class

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The XmlXapResolver type is used to resolve resources in the Silverlight application's XAP package.

public ref class XmlXapResolver : System::Xml::XmlResolver
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class XmlXapResolver : System.Xml.XmlResolver
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type XmlXapResolver = class
    inherit XmlResolver
Public Class XmlXapResolver
Inherits XmlResolver
Inheritance
XmlXapResolver
Attributes

Constructors

XmlXapResolver()
Obsolete.

Initializes a new instance of the XmlXapResolver class.

Properties

Credentials

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

(Inherited from XmlResolver)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEntity(Uri, String, Type)

Maps a URI to an object containing the actual resource.

GetEntityAsync(Uri, String, Type)

Asynchronously maps a URI to an object that contains the actual resource.

(Inherited from XmlResolver)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RegisterApplicationResourceStreamResolver(IApplicationResourceStreamResolver)
Obsolete.

Registers a resource stream resolver for the application.

ResolveUri(Uri, String)

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

(Inherited from XmlResolver)
SupportsType(Uri, Type)

Enables the resolver to return types other than Stream.

(Inherited from XmlResolver)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to