ContentRangeHeaderValue::Unit Property

.NET Framework (current version)
 

The range units used.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

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

Property Value

Type: System::String^

A String that contains range units.

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: