System::Net::Http::Headers::HttpContentHeaders::set_ContentRange method

HttpContentHeaders::set_ContentRange method

Sets a value of the ‘Content-Range’ header.

void System::Net::Http::Headers::HttpContentHeaders::set_ContentRange(System::SharedPtr<ContentRangeHeaderValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<ContentRangeHeaderValue>The value that will be set.

See Also