Timothy Shields
Resultados
1
preguntas formuladas por
Timothy Shields
¿Por qué no funciona HttpClient BaseAddress?
5
respuestas
537
votos
206.1k
vistas
Considere el siguiente código, donde BaseAddressdefine una ruta de URI parcial. using (var handler = new HttpClientHandler()) using (var client = new HttpClient(handler)) { client.BaseAddress = new Uri("http://something.com/api"); var response