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