Windows apps
Collapse the table of content
Expand the table of content

RangeItemHeaderValue Constructor

Initializes a new instance of the RangeItemHeaderValue class.

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

public:
RangeItemHeaderValue(
	Nullable<long long> from, 
	Nullable<long long> to
)

Parameters

from
Type: System::Nullable<Int64>
to
Type: System::Nullable<Int64>
Show:
© 2017 Microsoft