static void Main(string[] args) { JsonRpc.RegisterMethods(typeof(Program).Assembly); JsonRpc.Start("http://*:80"); Console.ReadLine(); }