Example #1
0
        public FileServer()
            : base(3280)
        {
            Caller.Add(SEA3DEncoder.Type, typeof(SEA3DEncoder));

            OnLogin  += onLoginConsole;
            OnCaller += OnCallerConsole;
        }