public HessianConnection()
        {
            CHessianProxyFactory factory = new CHessianProxyFactory();
            Type testConnType            = typeof(ITestConnectionController);

            _tester = (ITestConnectionController)factory.Create(testConnType, InitUrlOfService(testConnType));
        }
예제 #2
0
 public void Init()
 {
     _hessianController = new HessianConnection()._tester;
 }