共用方式為


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 所定義的唯一範圍單位是 “bytes”。

適用於