1 write to bufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
856this.bufferPool = new ConnectionBufferPool(webSocketBufferSize);
7 references to bufferPool
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelListener.cs (7)
943new EndpointAddress(this.Uri), this.Uri, this.bufferPool, httpRequestContext, pipeline, httpResponseMessage, subProtocol); 955Fx.Assert(this.bufferPool != null, "bufferPool should not be null."); 956return this.bufferPool.Take(); 961Fx.Assert(this.bufferPool != null, "bufferPool should not be null."); 962this.bufferPool.Return(buffer); 1047if (this.bufferPool != null) 1049this.bufferPool.Close();