private HandleResult OnConnect(HPSocketCS.TcpClient sender) { sender.GetListenAddress(ref _remoteIP, ref _port); return(HandleResult.Ok); }