AdaptiveMediaSourceDiagnosticAvailableEventArgs.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 web request to which the diagnostic information applies.
public:
property Uri ^ ResourceUri { Uri ^ get(); };
Uri ResourceUri();
public System.Uri ResourceUri { get; }
var uri = adaptiveMediaSourceDiagnosticAvailableEventArgs.resourceUri;
Public ReadOnly Property ResourceUri As Uri
Property Value
The resource URI of the web request to which the diagnostic information applies.