set_BaseAddress()

HttpClient::set_BaseAddress(System::SharedPtr<Uri>) 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)

Arguments

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

See Also