AdaptiveMediaSourceDiagnosticAvailableEventArgs.RequestId Property

Definition

Gets a locally-unique identifier for the web request associated with the event.

public:
 property IReference<int> ^ RequestId { IReference<int> ^ get(); };
IReference<int> RequestId();
public System.Nullable<int> RequestId { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.requestId;
Public ReadOnly Property RequestId As Nullable(Of Integer)

Property Value

A locally-unique identifier for the web request associated with the event.

Remarks

This value can be used to correlate the web request associated with this event to other events, including DownloadRequested, DownloadCompleted, and DownloadFailed.

Applies to