3 references to PendingCount
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
923if (this.Acceptor.PendingCount >= this.WebSocketSettings.MaxPendingConnections)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
823if (this.inputQueueChannelAcceptor.PendingCount >= this.MaxPendingChannels)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1123get { return this.PendingCount; }