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)); }
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); }
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)); }
WinApp.Servicio.Soap.Documentos.sendPackResponse WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendPack(WinApp.Servicio.Soap.Documentos.sendPack request) { return(base.Channel.sendPack(request)); }