public void Dispose() { _mHost.Push(Client); Client = null; _mHost = null; }
public ClientItem(RedisHost host, TcpClient client) { _mHost = host; Client = client; }