Condividi tramite


AdaptiveMediaSourceDiagnosticAvailableEventArgs.RequestId Proprietà

Definizione

Ottiene un identificatore univoco locale per la richiesta Web associata all'evento.

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)

Valore della proprietà

Identificatore univoco locale per la richiesta Web associata all'evento.

Commenti

Questo valore può essere usato per correlare la richiesta Web associata a questo evento ad altri eventi, tra cui DownloadRequested, DownloadCompleted e DownloadFailed.

Si applica a