1 write to s_MaxServicePoints
System (1)
net\System\Net\ServicePointManager.cs (1)
404s_MaxServicePoints = value;
7 references to s_MaxServicePoints
System (7)
net\System\Net\ServicePointManager.cs (7)
397return s_MaxServicePoints; 804if (s_MaxServicePoints<=0 || s_ServicePointTable.Count<s_MaxServicePoints) { 821GlobalLog.LeaveException("ServicePointManager::FindServicePointHelper() reached the limit count:" + s_ServicePointTable.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception); 868if (s_MaxServicePoints<=0 || s_ServicePointTable.Count<s_MaxServicePoints) { 886GlobalLog.LeaveException("ServicePointManager::FindServicePoint() reached the limit count:" + s_ServicePointTable.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception);