5 references to SendRequestAsync
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
RequestTests.cs (5)
57string response = await SendRequestAsync(root + "/basepath/SomePath?SomeQuery"); 121string response = await SendRequestAsync(root + "/basepath/SomePath?SomeQuery"); 184string response = await SendRequestAsync(root + "/basepath/SomePath?SomeQuery"); 228string response = await SendRequestAsync(root + requestPath); 325string response = await SendRequestAsync(root + requestPath);