System::Net::Http::HttpClient::set_BaseAddress method

HttpClient::set_BaseAddress method

Sets the base address of the resource that is used for sending requests.

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

See Also