public void TestRddForFailedAsync3HttpAspx451()
        {
            EnsureNet451Installed();

            HttpTestHelper.ExecuteAsyncTests(Aspx451TestWebApplication, false, 1, HttpTestConstants.AccessTimeMaxHttpInitial, HttpTestConstants.QueryStringOutboundHttpAsync3Failed, "404");
        }
        public void TestRddForAsync3HttpAspx451()
        {
            EnsureNet451Installed();

            HttpTestHelper.ExecuteAsyncTests(Aspx451TestWebApplication, true, 1, HttpTestConstants.AccessTimeMaxHttpNormal, HttpTestConstants.QueryStringOutboundHttpAsync3, "200");
        }