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

ContentRangeHeaderValue Constructor (Int64, Int64, Int64)

Initializes a new instance of the ContentRangeHeaderValue class.

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

public:
ContentRangeHeaderValue(
	long long from, 
	long long to, 
	long long length
)

Parameters

from
Type: System::Int64
to
Type: System::Int64
length
Type: System::Int64
Show:
© 2017 Microsoft