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)
222
if (
_clientConnectionLimit
> 0)
225
if (sp.ConnectionLimit <
_clientConnectionLimit
)
226
sp.ConnectionLimit =
_clientConnectionLimit
;