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