コード例 #1
0
 public System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendPack inValue = new WinApp.Servicio.Soap.Documentos.sendPack();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendPackAsync(inValue));
 }
コード例 #2
0
 public string sendPack(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendPack inValue = new WinApp.Servicio.Soap.Documentos.sendPack();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     WinApp.Servicio.Soap.Documentos.sendPackResponse retVal = ((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
コード例 #3
0
 System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendPackResponse> WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendPackAsync(WinApp.Servicio.Soap.Documentos.sendPack request)
 {
     return(base.Channel.sendPackAsync(request));
 }
コード例 #4
0
 WinApp.Servicio.Soap.Documentos.sendPackResponse WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendPack(WinApp.Servicio.Soap.Documentos.sendPack request)
 {
     return(base.Channel.sendPack(request));
 }