3 references to MaxPendingConnections
SMSvcHost (3)
System\ServiceModel\Activation\ListenerConfig.cs (1)
92
SR.GetString(SR.TraceCodeReadNetPipeConfig, pipeData.
MaxPendingConnections
, pipeData.MaxPendingAccepts, pipeData.ReceiveTimeout), null);
System\ServiceModel\Activation\MessageQueue.cs (1)
432
maxQueueSize = ListenerConfig.NetPipe.
MaxPendingConnections
;
System\ServiceModel\Activation\TransportListener.cs (1)
134
ListenerConfig.NetPipe.
MaxPendingConnections
,