-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-System.Net.HttpquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.
Description
.NET9 has modified the default behavior of the proxy. I would like to know if there is a way to use the original behavior pattern?
like
using var httpClient = new HttpClient(){Timeout = TimeSpan.FromSeconds(5), AutoSwitchProxy = false};
Otherwise, modifying to the original behavior pattern would require significant changes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Net.HttpquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.