AdaptiveMediaSourceDownloadStatistics.TimeToFirstByteReceived 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 first block of data has been read from the http stream.
public:
property IReference<TimeSpan> ^ TimeToFirstByteReceived { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> TimeToFirstByteReceived();
public System.Nullable<System.TimeSpan> TimeToFirstByteReceived { get; }
var iReference = adaptiveMediaSourceDownloadStatistics.timeToFirstByteReceived;
Public ReadOnly Property TimeToFirstByteReceived As Nullable(Of TimeSpan)
Property Value
The time window between when the system makes the asyncronous http request for the content and when the first block of data has been read from the http stream.