public static AppAuthPrx read(Ice.InputStream inS__) { Ice.ObjectPrx proxy = inS__.readProxy(); if(proxy != null) { AppAuthPrxHelper result = new AppAuthPrxHelper(); result.copyFrom__(proxy); return result; } return null; }
public static AppAuthPrx uncheckedCast(Ice.ObjectPrx b, string f) { if(b == null) { return null; } Ice.ObjectPrx bb = b.ice_facet(f); AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(bb); return h; }
public static AppAuthPrx read__(IceInternal.BasicStream is__) { Ice.ObjectPrx proxy = is__.readProxy(); if(proxy != null) { AppAuthPrxHelper result = new AppAuthPrxHelper(); result.copyFrom__(proxy); return result; } return null; }
public static AppAuthPrx uncheckedCast(Ice.ObjectPrx b) { if(b == null) { return null; } AppAuthPrx r = b as AppAuthPrx; if(r == null) { AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(b); r = h; } return r; }
public static AppAuthPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx) { if(b == null) { return null; } Ice.ObjectPrx bb = b.ice_facet(f); try { if(bb.ice_isA(ice_staticId(), ctx)) { AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(bb); return h; } } catch(Ice.FacetNotExistException) { } return null; }
public static AppAuthPrx checkedCast(Ice.ObjectPrx b, string f) { if(b == null) { return null; } Ice.ObjectPrx bb = b.ice_facet(f); try { if(bb.ice_isA(ice_staticId())) { AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(bb); return h; } } catch(Ice.FacetNotExistException) { } return null; }
public static AppAuthPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary<string, string> ctx) { if(b == null) { return null; } AppAuthPrx r = b as AppAuthPrx; if((r == null) && b.ice_isA(ice_staticId(), ctx)) { AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(b); r = h; } return r; }
public static AppAuthPrx checkedCast(Ice.ObjectPrx b) { if(b == null) { return null; } AppAuthPrx r = b as AppAuthPrx; if((r == null) && b.ice_isA(ice_staticId())) { AppAuthPrxHelper h = new AppAuthPrxHelper(); h.copyFrom__(b); r = h; } return r; }