共用方式為


ServicePointManager.s_ServicePointTable Field

ServicePointManager.s_ServicePointTable 為一種 Hashtable,其中包含 AppDomain 中的作用中 HTTP 連線 (ServicePoint) 清單。

語法

private static Hashtable s_ServicePointTable

警告

ServicePointManager.s_ServicePointTable 欄位屬於私用,並不適合直接用於您的程式碼。

在任何情況下,Microsoft 都不支援在生產應用程式使用這個欄位。

需求

命名空間System.Net

組件:系統 (在 System.dll 內)

.NET Framework 版本:2.0 版以上提供。