예제 #1
0
파일: Server.cs 프로젝트: wfarr/grpc
 public NewRpcInfo(CallSafeHandle call, string method)
 {
     this.call   = call;
     this.method = method;
 }