The xref:System.Net.Http.HttpClient class instance acts as a session to send HTTP requests. An xref:System.Net.Http.HttpClient instance is a collection of settings applied to all requests executed by ...
Another big bump in a transition from URLSession to HTTPClient: HTTPClient has no way of knowing the internet is offline or is disconnected. An executed request that hasn't connected will just result ...