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

RangeHeaderValue Constructor (Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the RangeHeaderValue class.

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

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

Parameters

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