© 2026 Hedgehog Software, LLC
using
using (HttpClient client = new HttpClient(handler, true)) using (HttpResponseMessage resp = await client.GetAsync()) { }
HttpResponseMessage