XmlXapResolver Class
The XmlXapResolver type is used to resolve resources in the Silverlight application’s XAP package.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlXapResolver() | Obsolete. Initializes a new instance of the XmlXapResolver class. |
| Name | Description | |
|---|---|---|
![]() | Credentials | When overridden in a derived class, sets the credentials used to authenticate web requests.(Inherited from XmlResolver.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEntity(Uri^, String^, Type^) | Maps a URI to an object containing the actual resource.(Overrides XmlResolver::GetEntity(Uri^, String^, Type^).) |
![]() | 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() | |
![]() | MemberwiseClone() | |
![]() ![]() | 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 System.IO::Stream.(Inherited from XmlResolver.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



