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