Example #1
0
 private Task SendDirectRequest(params byte[][] args)
 {
     return(_channel.SendDirectRequest(args));
 }