共用方式為


HttpContentRangeHeaderValue.Unit 屬性

定義

取得或設定 Content-Range HTTP 標頭中使用的範圍單位值。

public:
 property Platform::String ^ Unit { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Unit();

void Unit(winrt::hstring value);
public string Unit { get; set; }
var string = httpContentRangeHeaderValue.unit;
httpContentRangeHeaderValue.unit = string;
Public Property Unit As String

屬性值

String

Platform::String

winrt::hstring

使用的範圍單位。

備註

HTTP/1.1 所定義的唯一範圍單位是 「bytes」。

適用於