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