예제 #1
0
 public System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendSummary inValue = new WinApp.Servicio.Soap.Documentos.sendSummary();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendSummaryAsync(inValue));
 }
예제 #2
0
 public string sendSummary(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendSummary inValue = new WinApp.Servicio.Soap.Documentos.sendSummary();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     WinApp.Servicio.Soap.Documentos.sendSummaryResponse retVal = ((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
예제 #3
0
 System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendSummaryResponse> WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendSummaryAsync(WinApp.Servicio.Soap.Documentos.sendSummary request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
예제 #4
0
 WinApp.Servicio.Soap.Documentos.sendSummaryResponse WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendSummary(WinApp.Servicio.Soap.Documentos.sendSummary request)
 {
     return(base.Channel.sendSummary(request));
 }