AdaptiveMediaSourceDownloadCompletedEventArgs.ResourceUri Property

Definition

Gets the resource URI of the completed media download request.

public:
 property Uri ^ ResourceUri { Uri ^ get(); };
Uri ResourceUri();
public System.Uri ResourceUri { get; }
var uri = adaptiveMediaSourceDownloadCompletedEventArgs.resourceUri;
Public ReadOnly Property ResourceUri As Uri

Property Value

The resource URI of the completed media download request.

Applies to