You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicinterfaceIManager{[JsonRpcMethod]publicstringRegisterApp(stringname);}publicclassManager:JsonRpcService,IManager{[JsonRpcMethod]// I don't think this is necessary since there is a JsonRpcMethodAttribute on the interfacepublicstringRegisterApp(stringname){vartoken="abcdefg";//hard-coded token for testreturntoken;}}
What I use to build a host is
hostBuilder.Register(typeof(Manager));
Version: v0.5.4 (20200621)
The text was updated successfully, but these errors were encountered:
What I use to build a host is
Version: v0.5.4 (20200621)
The text was updated successfully, but these errors were encountered: