public PacketListenerLoop(TcpConnection connection, PacketHandler handler) { Connection = connection; Handler = handler; AbortLoop = false; }
public TcpPipes(TcpConnection mainPipe, TcpConnection shellPipe, TcpConnection pingPipe) { MainPipe = mainPipe; ShellPipe = shellPipe; PingPipe = pingPipe; }