1 write to InternalConnectionLimit
System (1)
net\System\Net\ServicePointManager.cs (1)
418
InternalConnectionLimit
= value;
3 references to InternalConnectionLimit
System (3)
net\System\Net\ServicePointManager.cs (3)
413
return
InternalConnectionLimit
;
806
int connectionLimit =
InternalConnectionLimit
;
870
int connectionLimit =
InternalConnectionLimit
;