AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceByteRangeLength Property
Definition
Gets the resource byte range length of the web request to which the diagnostic information applies.
public:
property IReference<unsigned long long> ^ ResourceByteRangeLength { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> ResourceByteRangeLength();
public System.Nullable<ulong> ResourceByteRangeLength { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.resourceByteRangeLength;
Public ReadOnly Property ResourceByteRangeLength As Nullable(Of ULong)
Property Value
The resource byte range length of the web request to which the diagnostic information applies.