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