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