ServicePointManager. s _ Сервицепоинттабле полеServicePointManager.s_ServicePointTable Field
ServicePointManager.s_ServicePointTable
значение типа Hashtable , содержащее список активных HTTP-соединений ServicePoint в AppDomain .ServicePointManager.s_ServicePointTable
is a Hashtable that contains the list of active HTTP connections (ServicePoints) in the AppDomain.
СинтаксисSyntax
private static Hashtable s_ServicePointTable
Предупреждение
ServicePointManager.s_ServicePointTable
Поле является закрытым и не предназначено для непосредственного использования в коде.The ServicePointManager.s_ServicePointTable
field is private and is not meant to be used directly in your code.
Корпорация Майкрософт не поддерживает использование этого поля в рабочем приложении при каких-либо обстоятельствах.Microsoft does not support the use of this field in a production application under any circumstance.
ТребованияRequirements
Пространство имен: System.NetNamespace: System.Net
Сборка: Система (в System.dll)Assembly: System (in System.dll)
.NET Framework версии: Доступно с 2,0..NET Framework versions: Available since 2.0.