I would like to register a simple POCO with methods marked by [JsonRpcMethod]. I.e. I would like to have JsonRpcService.buildService as a public (static) method. May be in the 'Handler' class or some other class?
BTW. why the buildService call public method Handler.Register() by reflection?
I would like to register a simple POCO with methods marked by
[JsonRpcMethod]. I.e. I would like to haveJsonRpcService.buildServiceas a public (static) method. May be in the 'Handler' class or some other class?BTW. why the
buildServicecall public methodHandler.Register()by reflection?