public static CallbackSenderPrx read__(IceInternal.BasicStream is__) { Ice.ObjectPrx proxy = is__.readProxy(); if (proxy != null) { CallbackSenderPrxHelper result = new CallbackSenderPrxHelper(); result.copyFrom__(proxy); return(result); } return(null); }
public static CallbackSenderPrx read(Ice.InputStream istr) { Ice.ObjectPrx proxy = istr.readProxy(); if (proxy != null) { CallbackSenderPrxHelper result = new CallbackSenderPrxHelper(); result.iceCopyFrom(proxy); return(result); } return(null); }
public static CallbackSenderPrx uncheckedCast(Ice.ObjectPrx b, string f) { if (b == null) { return(null); } Ice.ObjectPrx bb = b.ice_facet(f); CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.copyFrom__(bb); return(h); }
public static CallbackSenderPrx uncheckedCast(Ice.ObjectPrx b) { if (b == null) { return(null); } CallbackSenderPrx r = b as CallbackSenderPrx; if (r == null) { CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.copyFrom__(b); r = h; } return(r); }
public static CallbackSenderPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary <string, string> ctx) { if (b == null) { return(null); } CallbackSenderPrx r = b as CallbackSenderPrx; if ((r == null) && b.ice_isA(ice_staticId(), ctx)) { CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.copyFrom__(b); r = h; } return(r); }
public static CallbackSenderPrx checkedCast(Ice.ObjectPrx b) { if (b == null) { return(null); } CallbackSenderPrx r = b as CallbackSenderPrx; if ((r == null) && b.ice_isA(ice_staticId())) { CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.iceCopyFrom(b); r = h; } return(r); }
public static CallbackSenderPrx 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)) { CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.copyFrom__(bb); return(h); } } catch (Ice.FacetNotExistException) { } return(null); }
public static CallbackSenderPrx 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())) { CallbackSenderPrxHelper h = new CallbackSenderPrxHelper(); h.copyFrom__(bb); return(h); } } catch (Ice.FacetNotExistException) { } return(null); }