次の方法で共有


FileDownloadDetails.ContentRange プロパティ

定義

クライアントが 'Range' 要求ヘッダーを設定するファイルのサブセットを要求した場合に返されるバイト範囲を示します。

Content-Range の形式は、次の形式でカムバックする必要があります。 [unit][start]-[end]/[FileSize] (例: bytes 1024-3071/10240)

[end] 値は、最後のバイトを含む値になります (たとえば、ヘッダー "bytes 0-7/8" は 8 バイト ファイル全体です)。

public string ContentRange { get; }
member this.ContentRange : string
Public ReadOnly Property ContentRange As String

プロパティ値

適用対象