Ejemplo n.º 1
0
        public HessianConnection()
        {
            CHessianProxyFactory factory = new CHessianProxyFactory();
            Type testConnType            = typeof(ITestConnectionController);

            _tester = (ITestConnectionController)factory.Create(testConnType, InitUrlOfService(testConnType));
        }
Ejemplo n.º 2
0
 public void Init()
 {
     _hessianController = new HessianConnection()._tester;
 }