AdaptiveMediaSourceDownloadStatistics.TimeToLastByteReceived Property

Definition

Gets the time window between when the system makes the asyncronous http request for the content and when the last block of data has been read from the http stream.

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

Property Value

The time window between when the system makes the asyncronous http request for the content and when the last block of data has been read from the http stream.

Applies to