1 write to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1573
this.
connectionBufferPool
= new ConnectionBufferPool(bufferSize);
1 reference to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1578
return new SocketConnection(socket, this.
connectionBufferPool
, false);