1 override of Return
System.ServiceModel (1)
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (1)
34public override bool Return(SocketAsyncEventArgs socketAsyncEventArgs)
4 references to Return
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
962this.bufferPool.Return(buffer);
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (1)
38if (!base.Return(socketAsyncEventArgs))
System\ServiceModel\Channels\SocketConnection.cs (1)
1399this.connectionBufferPool.Return(this.readBuffer);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
395this.bufferPool.Return(this.internalBuffer);