ServicePointManager.s_ServicePointTable 字段

ServicePointManager.s_ServicePointTable 是一个 Hashtable,它包含 AppDomain 中的活动 HTTP 连接 (ServicePoints) 列表。

语法

private static Hashtable s_ServicePointTable

警告

ServicePointManager.s_ServicePointTable 字段是专用的,不应直接在代码中使用。

在任何情况下,Microsoft 都不支持在生产应用程序中使用此字段。

要求

命名空间:System.Net

程序集:System(在 System.dll 中)

.NET Framework 版本:自 2.0 起可用。