ContentRangeHeaderValue.Unit Property

Definition

The range units used.

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

Property Value

A String that contains range units.

Remarks

The only range unit defined by HTTP/1.1 is "bytes".

Applies to