AddRange()

HttpWebRequest::AddRange(int32_t) method

Adds the ‘Range’ header to the current request.

virtual void System::Net::HttpWebRequest::AddRange(int32_t range)

Arguments

ParameterTypeDescription
rangeint32_tThe beginning or the end of the request range.

HttpWebRequest::AddRange(System::String, int32_t, int32_t) method

Adds the ‘Range’ header to the current request.

virtual void System::Net::HttpWebRequest::AddRange(System::String rangeSpecifier, int32_t from, int32_t to)

Arguments

ParameterTypeDescription
rangeSpecifierSystem::StringThe unit in which ranges are specified.
fromint32_tThe beginning of the request range.
toint32_tThe end of the request range.

See Also