AdaptiveMediaSourceDownloadResult.ResourceByteRangeLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要下載之資源的要求位元組範圍。
public:
property IReference<unsigned long long> ^ ResourceByteRangeLength { IReference<unsigned long long> ^ get(); void set(IReference<unsigned long long> ^ value); };
IReference<uint64_t> ResourceByteRangeLength();
void ResourceByteRangeLength(IReference<uint64_t> value);
public System.Nullable<ulong> ResourceByteRangeLength { get; set; }
var iReference = adaptiveMediaSourceDownloadResult.resourceByteRangeLength;
adaptiveMediaSourceDownloadResult.resourceByteRangeLength = iReference;
Public Property ResourceByteRangeLength As Nullable(Of ULong)
屬性值
要下載之資源的要求位元組範圍。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
如果此值設定為 null,則不會發出位元組範圍要求,而且會下載整個資源。 不允許將位元組範圍長度設定為零。 如果指定了非 Null 的非零值,則系統會使用值以及 針對 ResourceByteRangeOffset 屬性指定的任何值,對裝載資源的 Http 伺服器發出位元組範圍要求。