Share via


AdaptiveMediaSourceDownloadRequestedEventArgs.ResourceUri Property

Definition

Gets the resource URI of the media download request.

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

Property Value

The resource URI of the media download request.

Applies to