HttpContentRangeHeaderValue.Unit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the range units used in the Content-Range HTTP header.
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
Property Value
The range units used.
Remarks
The only range unit defined by HTTP/1.1 is "bytes".