Table of Contents

GR0021: Do not use System.Net.ServicePointManager.

TitleDo not use System.Net.ServicePointManager.
IdGR0021
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionSystem.Net.ServicePointManager suggests code that may not be flexible, such as making global changes to transport layer security. The recommendation is to use System.Net.HttpClient
Custom Tags