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