Open
Description
HttpProxy uses WebClient for all sync call.
WebClient is marked like obsolete https://learn.microsoft.com/en-us/dotnet/api/system.net.webclient?view=net-8.0 and suggested to be replaced with sync calls from HttpClient.
HttpProxy uses WebClient for all sync call.
WebClient is marked like obsolete https://learn.microsoft.com/en-us/dotnet/api/system.net.webclient?view=net-8.0 and suggested to be replaced with sync calls from HttpClient.
Activity