Esempio n. 1
0
        public void Should_15_handle_http_get()
        {
            Profiling.Stamp("Creating HttpProxyClientStream...");
            var cli = new Http.HttpProxyClientStream("localhost", _port).Track(this);

            Profiling.Stamp("Creating HttpProxyClientStream TestConnection...");
            TestConnction(cli, Host);
        }
Esempio n. 2
0
        public void Should_15_handle_http_connect()
        {
            var cli = new Http.HttpProxyClientStream("localhost", _port, Host, 80).Track(this);

            TestConnction(cli, Host);
        }