ServicePointManager.s_ServicePointTable, champ
ServicePointManager.s_ServicePointTable
est un Hashtable qui contient la liste des connexions HTTP actives (ServicePoints) dans AppDomain.
private static Hashtable s_ServicePointTable
Avertissement
Le champ ServicePointManager.s_ServicePointTable
est privé et n’est pas destiné à être utilisé directement dans votre code.
En aucun cas, Microsoft ne prend en charge l’utilisation de ce champ dans une application de production.
Espace de noms : System.Net
Assembly : Système (dans System.dll)
Versions de .NET Framework : Disponible depuis la version 2.0.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :