Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.13 KB

s_servicepointtable.md

File metadata and controls

36 lines (28 loc) · 1.13 KB
title description ms.date topic_type api_name api_location api_type ms.assetid
ServicePointManager.s_ServicePointTable Field
Read about the ServicePointManager.s_ServicePointTable field in .NET. This hash table field contains active HTTP connections (ServicePoints) in the AppDomain.
05/01/2017
apiref
System.Net.ServicePointManager.s_ServicePointTable
System.dll
Assembly
24459679-291c-401a-9def-e42b29466fcf

ServicePointManager.s_ServicePointTable Field

ServicePointManager.s_ServicePointTable is a xref:System.Collections.Hashtable that contains the list of active HTTP connections (xref:System.Net.ServicePoints) in the xref:System.AppDomain.

Syntax

private static Hashtable s_ServicePointTable

Warning

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

Namespace: xref:System.Net

Assembly: System (in System.dll)

.NET Framework versions: Available since 2.0.