3 instantiations of BufferedConnectionListener
System.ServiceModel (3)
System\ServiceModel\Channels\ExclusiveNamedPipeTransportManager.cs (1)
30connectionListener = new BufferedConnectionListener(
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
94connectionListener = new BufferedConnectionListener(socketListener, MaxOutputDelay, ConnectionBufferSize);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
119IConnectionListener connectionListener = new BufferedConnectionListener(sharedListener, MaxOutputDelay, ConnectionBufferSize);