5 references to ConnectionBufferPool
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
173
this.bufferPool = new
ConnectionBufferPool
(webSocketBufferSize);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
856
this.bufferPool = new
ConnectionBufferPool
(webSocketBufferSize);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
743
this.connectionBufferPool = new
ConnectionBufferPool
(connectionBufferSize);
System\ServiceModel\Channels\SocketConnection.cs (2)
1573
this.connectionBufferPool = new
ConnectionBufferPool
(bufferSize);
1999
this.connectionBufferPool = new
ConnectionBufferPool
(settings.BufferSize);