1 write to _clientConnectionLimit
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
102_clientConnectionLimit = Convert.ToInt32(entry.Value, CultureInfo.InvariantCulture);
3 references to _clientConnectionLimit
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
222if (_clientConnectionLimit > 0) 225if (sp.ConnectionLimit < _clientConnectionLimit) 226sp.ConnectionLimit = _clientConnectionLimit;