5 instantiations of 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);
15 references to ConnectionBufferPool
System.ServiceModel (15)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
34public ClientWebSocketTransportDuplexSessionChannel(HttpChannelFactory<IDuplexSessionChannel> channelFactory, ClientWebSocketFactory connectionFactory, EndpointAddress remoteAddresss, Uri via, ConnectionBufferPool bufferPool)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
67ConnectionBufferPool bufferPool; 292protected ConnectionBufferPool WebSocketBufferPool
System\ServiceModel\Channels\HttpChannelListener.cs (1)
828ConnectionBufferPool bufferPool;
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
29ConnectionBufferPool bufferPool,
System\ServiceModel\Channels\SharedConnectionListener.cs (3)
329ConnectionBufferPool connectionBufferPool; 718ConnectionBufferPool EnsureConnectionBufferPool(int connectionBufferSize, bool alreadyHoldingLock) 734ConnectionBufferPool EnsureConnectionBufferPoolCore(int connectionBufferSize)
System\ServiceModel\Channels\SocketConnection.cs (4)
74ConnectionBufferPool connectionBufferPool; 77public SocketConnection(Socket socket, ConnectionBufferPool connectionBufferPool, bool autoBindToCompletionPort) 1568ConnectionBufferPool connectionBufferPool; 1979ConnectionBufferPool connectionBufferPool;
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
33ConnectionBufferPool bufferPool; 40public WebSocketTransportDuplexSessionChannel(HttpChannelListener channelListener, EndpointAddress localAddress, Uri localVia, ConnectionBufferPool bufferPool) 51public WebSocketTransportDuplexSessionChannel(HttpChannelFactory<IDuplexSessionChannel> channelFactory, EndpointAddress remoteAddresss, Uri via, ConnectionBufferPool bufferPool)