1 write to bufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
173
this.
bufferPool
= new ConnectionBufferPool(webSocketBufferSize);
3 references to bufferPool
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
294
get { return this.
bufferPool
; }
586
if (this.
bufferPool
!= null)
588
this.
bufferPool
.Close();