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