1 write to maxPendingConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
53this.maxPendingConnections = maxPendingConnections;
5 references to maxPendingConnections
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionAcceptor.cs (5)
66&& ((connections + pendingAccepts) < maxPendingConnections) 174if (connections + 1 >= maxPendingConnections) 184new StringTraceRecord("MaxPendingConnections", maxPendingConnections.ToString(System.Globalization.CultureInfo.InvariantCulture)), 191TD.PendingConnectionsRatio(connections + 1, maxPendingConnections); 250TD.PendingConnectionsRatio(connections, maxPendingConnections);