AdaptiveMediaSourceDownloadStatistics.TimeToHeadersReceived 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 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.