Ejemplo n.º 1
0
        public void Start()
        {
            StopRunningHost();

            _host = _hostFactory(BaseUri);
            _host.Start();
        }
Ejemplo n.º 2
0
 public void Start()
 {
     if (UseRemoteMockService == false)
     {
         StopRunningHost();
         _host = _hostFactory(BaseUri);
         _host.Start();
     }
 }
Ejemplo n.º 3
0
 public void Start()
 {
     StopRunningHost();
     _host = _hostFactory(new Uri(BaseUri), new MockContextService(GetMockInteractions));
     _host.Start();
 }
Ejemplo n.º 4
0
 public void Start()
 {
     StopRunningHost();
     _host = _hostFactory(new Uri(BaseUri), new MockContextService(GetMockInteractions));
     _host.Start();
 }