Esempio n. 1
0
 protected JsonRpcService(string sessionID)
 {
     ServiceBinder.bindService(sessionID, () => this);
 }
Esempio n. 2
0
 protected JsonRpcService()
 {
     ServiceBinder.bindService(Handler.DefaultSessionId(), () => this);
 }