set_Location()

HttpResponseHeaders::set_Location(System::SharedPtr<Uri>) method

Sets a value of the ‘Location’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_Location(System::SharedPtr<Uri> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Uri>The value that must be set.

See Also