System::Net::Http::Headers::HttpContentHeaders::set_ContentLocation method

HttpContentHeaders::set_ContentLocation method

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

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

See Also