HttpContentRangeHeaderValue.Unit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
使用的範圍單位。
備註
HTTP/1.1 所定義的唯一範圍單位是 「bytes」。