Exemplo n.º 1
0
 public bool login(string un, string pw)
 {
     var prx = auth_prx_.login_backend(un, pw);
     if(prx != null)
     {
         svc_prx_ = BackendServicePrxHelper.uncheckedCast(prx.ice_endpoints(auth_prx_.ice_getEndpoints()));
         if (svc_prx_ != null)
         {
             return true;
         }
     }
     return false;
 }
Exemplo n.º 2
0
        public bool login(string un, string pw)
        {
            var prx = auth_prx_.login_backend(un, pw);

            if (prx != null)
            {
                svc_prx_ = BackendServicePrxHelper.uncheckedCast(prx.ice_endpoints(auth_prx_.ice_getEndpoints()));
                if (svc_prx_ != null)
                {
                    return(true);
                }
            }
            return(false);
        }
Exemplo n.º 3
0
 public static void write(Ice.OutputStream outS__, BackendServicePrx v__)
 {
     outS__.writeProxy(v__);
 }
Exemplo n.º 4
0
 public static void write__(IceInternal.BasicStream os__, BackendServicePrx v__)
 {
     os__.writeProxy(v__);
 }