Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1019 Bytes

httpcontentrangeheadervalue_httpcontentrangeheadervalue_307553075.md

File metadata and controls

30 lines (21 loc) · 1019 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpContentRangeHeaderValue.#ctor(System.UInt64,System.UInt64,System.UInt64)
winrt method

Windows.Web.Http.Headers.HttpContentRangeHeaderValue.HttpContentRangeHeaderValue

-description

Initializes a new instance of the HttpContentRangeHeaderValue class with a start and stop position and a content length.

-parameters

-param from

The position, in bytes, at which to start sending data.

-param to

The position, in bytes, at which to stop sending data.

-param length

The length, in bytes, of the full content entity body.

-remarks

-examples

-see-also

HttpContentRangeHeaderValue(UInt64), HttpContentRangeHeaderValue(UInt64, UInt64)