1 write to ConnectionLimit
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
226sp.ConnectionLimit = _clientConnectionLimit;
6 references to ConnectionLimit
System (3)
net\System\Net\_ConnectionGroup.cs (1)
41m_ConnectionLimit = servicePoint.ConnectionLimit;
net\System\Net\ConnectionPoolManager.cs (1)
53connectionPool = new ConnectionPool(servicePoint, servicePoint.ConnectionLimit, 0, servicePoint.MaxIdleTime, createConnectionCallback);
net\System\Net\ServicePoint.cs (1)
809int limit = ConnectionLimit;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
225if (sp.ConnectionLimit < _clientConnectionLimit)
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
61if ( openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1 ) {
System\Xml\XmlDownloadManagerAsync.cs (1)
55if (openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1) {