Esempio n. 1
0
 public PupFrontendNode(string idServ, string URL)
 {
     IdServ  = idServ;
     channel = GrpcChannel.ForAddress(URL);
     stub    = new PupSyncServices.PupSyncServicesClient(channel);
 }