Example #1
0
        public void OnTestFixtureSetUp()
        {
            appHost = new OneWayServiceAppHostHttpListener();
            appHost.Init();
            appHost.Start(ListeningOn);

            client = new JsonServiceClient(ServiceClientBaseUri);
            OneWayService.LastResult = null;
        }
Example #2
0
        public void OnTestFixtureSetUp()
        {
            appHost = new OneWayServiceAppHostHttpListener();
            appHost.Init();
            appHost.Start(ListeningOn);

            client = new JsonServiceClient(ServiceClientBaseUri);
            OneWayService.LastResult = null;
        }