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