Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlUrlResolver::GetEntityAsync Method (Uri^, String^, Type^)

.NET Framework (current version)
 

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

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual Task<Object^>^ GetEntityAsync(
	Uri^ absoluteUri,
	String^ role,
	Type^ ofObjectToReturn
) override

Parameters

absoluteUri
Type: System::Uri^

The URI returned from ResolveUri.

role
Type: System::String^

Currently not used.

ofObjectToReturn
Type: System::Type^

The type of object to return. The current implementation only returns Stream objects.

Return Value

Type: System.Threading.Tasks::Task<Object^>^

A stream object or null if a type other than stream is specified.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft