public void Run(FSOutbound client) { try { client.CurrentElement = this.GetType().Name; Execute(client); client.CurrentElement = ""; } catch (Exception ex) { } }
public override void handle_request(Socket socket) { FSOutbound client = new FSOutbound(socket, "", "", "", ""); }
public virtual void Execute(FSOutbound OutboundSocket) { }