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