Example #1
0
 /// <summary>
 /// Must be called from within the execution context of the jsonRpc Method to return the context
 /// </summary>
 /// <returns></returns>
 public static JsonRpcContext Current()
 {
     return(new JsonRpcContext(Handler.RpcContext()));
 }