Пример #1
0
        static void Main(string[] args)
        {
            JsonRpc.RegisterMethods(typeof(Program).Assembly);
            JsonRpc.Start("http://*:80");

            Console.ReadLine();
        }