AdaptiveMediaSourceDownloadStatistics.TimeToHeadersReceived Property

Definition

Gets the time window between when the system makes the asyncronous http request for the content and when the operation completes, when the http headers have been received.

public:
 property IReference<TimeSpan> ^ TimeToHeadersReceived { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> TimeToHeadersReceived();
public System.Nullable<System.TimeSpan> TimeToHeadersReceived { get; }
var iReference = adaptiveMediaSourceDownloadStatistics.timeToHeadersReceived;
Public ReadOnly Property TimeToHeadersReceived As Nullable(Of TimeSpan)

Property Value

The time window between when the system makes the asyncronous http request for the content and when the operation completes, when the http headers have been received.

Applies to