AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceByteRangeLength 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 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.