Exemple #1
0
 public NewRpcInfo(CallSafeHandle call, string method)
 {
     this.call   = call;
     this.method = method;
 }