Ejemplo n.º 1
0
 public bool LoginDep2(ref AppUptook.LoginWSService.ROClientIDHeader ROClientIDHeader, string strCodAge, string strCodCli, string strDepartamento, string strPass, out string strCodAgeOut, out string strCodCliOut, out string strCod, out string strNom, out string strCodCR, out string strTipo, out string strVersion, out string strError, out string strSesion, out string strURLDetSegEnv)
 {
     AppUptook.LoginWSService.LoginDep2Request inValue = new AppUptook.LoginWSService.LoginDep2Request();
     inValue.ROClientIDHeader = ROClientIDHeader;
     inValue.strCodAge        = strCodAge;
     inValue.strCodCli        = strCodCli;
     inValue.strDepartamento  = strDepartamento;
     inValue.strPass          = strPass;
     AppUptook.LoginWSService.LoginDep2Response retVal = ((AppUptook.LoginWSService.LoginWSService)(this)).LoginDep2(inValue);
     ROClientIDHeader = retVal.ROClientIDHeader;
     strCodAgeOut     = retVal.strCodAgeOut;
     strCodCliOut     = retVal.strCodCliOut;
     strCod           = retVal.strCod;
     strNom           = retVal.strNom;
     strCodCR         = retVal.strCodCR;
     strTipo          = retVal.strTipo;
     strVersion       = retVal.strVersion;
     strError         = retVal.strError;
     strSesion        = retVal.strSesion;
     strURLDetSegEnv  = retVal.strURLDetSegEnv;
     return(retVal.Result);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AppUptook.LoginWSService.LoginDep2Response> LoginDep2Async(AppUptook.LoginWSService.LoginDep2Request request)
 {
     return(base.Channel.LoginDep2Async(request));
 }
Ejemplo n.º 3
0
 AppUptook.LoginWSService.LoginDep2Response AppUptook.LoginWSService.LoginWSService.LoginDep2(AppUptook.LoginWSService.LoginDep2Request request)
 {
     return(base.Channel.LoginDep2(request));
 }