public Ice.Object GetProxy (string url, Type t) { Ice.Proxy rprx = new Ice.Proxy (t, url); Ice.Object prx = (Ice.Object) rprx.GetTransparentProxy(); return prx; }
public Ice.Object GetProxy(string url, Type t) { Ice.Proxy rprx = new Ice.Proxy(t, url); Ice.Object prx = (Ice.Object)rprx.GetTransparentProxy(); return(prx); }