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