System::Net::Http::Headers::HttpResponseHeaders::set_Location method

HttpResponseHeaders::set_Location method

Sets a value of the ‘Location’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_Location(System::SharedPtr<Uri> value)
ParameterTypeDescription
valueSystem::SharedPtr<Uri>The value that must be set.

See Also