In the context of handling proxy settings when using HTTPClient, the article at https://medium.com/@anna.domashych/httpclient-and-proxy-76835c784eab includes implementations to get proxy details for Android and iOS. For UWP, is a similar implementation required, or does HttpClientHandler (or another related class) handle proxy settings automatically for UWP?
↧