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