ContentRangeHeaderValue.Unit プロパティ

定義

使用されている範囲単位。

public:
 property System::String ^ Unit { System::String ^ get(); void set(System::String ^ value); };
public string Unit { get; set; }
member this.Unit : string with get, set
Public Property Unit As String

プロパティ値

範囲単位を格納している String

注釈

HTTP/1.1 で定義される範囲単位は、"バイト" だけです。

適用対象