AdaptiveMediaSourceDownloadFailedEventArgs.ResourceUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the resource URI of the failed media download request.
public:
property Uri ^ ResourceUri { Uri ^ get(); };
Uri ResourceUri();
public System.Uri ResourceUri { get; }
var uri = adaptiveMediaSourceDownloadFailedEventArgs.resourceUri;
Public ReadOnly Property ResourceUri As Uri
Property Value
The resource URI of the failed media download request.