Udostępnij za pośrednictwem


AdaptiveMediaSourceDownloadFailedEventArgs.ResourceUri Property

Definition

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.

Applies to