Пример #1
0
 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;
 }
Пример #2
0
 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);
 }