Ejemplo n.º 1
0
 public ProxyClient(IClientLink link)
     : base(link)
 {
     HeaderContent.Add(@" _   _               _                    _____           _   ");
     HeaderContent.Add(@"| \ | | _   _   ___ | |  ___   __ _  _ __|_   _|___  ___ | |_ ");
     HeaderContent.Add(@"|  \| || | | | / __|| | / _ \ / _` || '__| | | / _ \/ __|| __|");
     HeaderContent.Add(@"| |\  || |_| || (__ | ||  __/| (_| || | _  | ||  __/\__ \| |_ ");
     HeaderContent.Add(@"|_| \_| \__,_| \___||_| \___| \__,_||_|(_) |_| \___||___/ \__|");
     HeaderContent.Add(@" ____                                                         ");
     HeaderContent.Add(@"|  _ \  _ __  ___ __  __ _   _                                ");
     HeaderContent.Add(@"| |_) || '__|/ _ \\ \/ /| | | |                               ");
     HeaderContent.Add(@"|  __/ | |  | (_) |>  < | |_| |                               ");
     HeaderContent.Add(@"|_|    |_|   \___//_/\_\ \__, |                               ");
     HeaderContent.Add(@"                         |___/                                ");
 }
Ejemplo n.º 2
0
        internal WorkerClient(IClientLink link)
            : base(link)
        {
            AppDomain.CurrentDomain.AssemblyResolve += OnAssemblyResolve;

            HeaderContent.Add(@" _   _               _                    _____           _   ");
            HeaderContent.Add(@"| \ | | _   _   ___ | |  ___   __ _  _ __|_   _|___  ___ | |_ ");
            HeaderContent.Add(@"|  \| || | | | / __|| | / _ \ / _` || '__| | | / _ \/ __|| __|");
            HeaderContent.Add(@"| |\  || |_| || (__ | ||  __/| (_| || | _  | ||  __/\__ \| |_ ");
            HeaderContent.Add(@"|_| \_| \__,_| \___||_| \___| \__,_||_|(_) |_| \___||___/ \__|");
            HeaderContent.Add(@"__        __            _                                     ");
            HeaderContent.Add(@"\ \      / /___   _ __ | | __ ___  _ __                       ");
            HeaderContent.Add(@" \ \ /\ / // _ \ | '__|| |/ // _ \| '__|                      ");
            HeaderContent.Add(@"  \ V  V /| (_) || |   |   <|  __/| |                         ");
            HeaderContent.Add(@"   \_/\_/  \___/ |_|   |_|\_\\___||_|                         ");
            HeaderContent.Add(@"                                                              ");
        }