My project gets Java.IO.IOException on
await client.GetAsync(apiUrl)
If I don't use async method, its returns System.AggregateException.
client.GetAsync(apiUrl).Result
My project gets Java.IO.IOException on
await client.GetAsync(apiUrl)
If I don't use async method, its returns System.AggregateException.
client.GetAsync(apiUrl).Result