4 references to Take
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
956
return this.bufferPool.
Take
();
System\ServiceModel\Channels\SocketConnection.cs (2)
90
this.readBuffer = this.connectionBufferPool.
Take
();
2014
return this.socketAsyncEventArgsPool.
Take
();
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
171
return this.bufferPool.
Take
();