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