1 write to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1999this.connectionBufferPool = new ConnectionBufferPool(settings.BufferSize);
1 reference to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2058return new SocketConnection(socket, this.connectionBufferPool, false);