16 references to s_ServicePointTable
System (16)
net\System\Net\ServicePointManager.cs (16)
162
foreach (WeakReference servicePointReference in
s_ServicePointTable
) {
191
lock(
s_ServicePointTable
) {
237
lock (
s_ServicePointTable
)
239
s_ServicePointTable
.Remove(servicePoint.LookupString);
794
lock (
s_ServicePointTable
) {
796
WeakReference servicePointReference =
s_ServicePointTable
[tempEntry] as WeakReference;
804
if (s_MaxServicePoints<=0 ||
s_ServicePointTable
.Count<s_MaxServicePoints) {
816
s_ServicePointTable
[tempEntry] = servicePointReference;
821
GlobalLog.LeaveException("ServicePointManager::FindServicePointHelper() reached the limit count:" +
s_ServicePointTable
.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception);
858
lock (
s_ServicePointTable
) {
860
WeakReference servicePointReference =
s_ServicePointTable
[tempEntry] as WeakReference;
868
if (s_MaxServicePoints<=0 ||
s_ServicePointTable
.Count<s_MaxServicePoints) {
881
s_ServicePointTable
[tempEntry] = servicePointReference;
886
GlobalLog.LeaveException("ServicePointManager::FindServicePoint() reached the limit count:" +
s_ServicePointTable
.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception);
900
lock (
s_ServicePointTable
) {
901
foreach (DictionaryEntry item in
s_ServicePointTable
) {