Example #1
0
 public bool sendPing(eFactDelfin.eFactService.authorization Authorization)
 {
     eFactDelfin.eFactService.sendPingRequest inValue = new eFactDelfin.eFactService.sendPingRequest();
     inValue.Authorization = Authorization;
     eFactDelfin.eFactService.sendPingResponse retVal = ((eFactDelfin.eFactService.TransactionService)(this)).sendPing(inValue);
     return(retVal.responseSendPing);
 }
Example #2
0
 eFactDelfin.eFactService.sendPingResponse eFactDelfin.eFactService.TransactionService.sendPing(eFactDelfin.eFactService.sendPingRequest request)
 {
     return(base.Channel.sendPing(request));
 }