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