コード例 #1
0
        public void TestRddForSyncHttpPostCallAspx451()
        {
            EnsureNet451Installed();

            // Execute and verify calls which succeeds
            HttpTestHelper.ExecuteSyncHttpPostTests(Aspx451TestWebApplication, true, 1, HttpTestConstants.AccessTimeMaxHttpNormal, "200", HttpTestConstants.QueryStringOutboundHttpPost);
        }
コード例 #2
0
 public void TestRddForSyncHttpPostCallAspxCore()
 {
     using (DotNetCoreTestSetup())
     {
         // Execute and verify calls which succeeds
         HttpTestHelper.ExecuteSyncHttpPostTests(AspxCoreTestWebApplication, true, 1, HttpTestConstants.AccessTimeMaxHttpNormal, "200", HttpTestConstants.QueryStringOutboundHttpPost);
     }
 }