5 references to SendRequestAsync
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
RequestTests.cs (5)
64
string response = await
SendRequestAsync
(root + "/basepath/SomePath?SomeQuery");
128
string response = await
SendRequestAsync
(root + "/basepath/SomePath?SomeQuery");
191
string response = await
SendRequestAsync
(root + "/basepath/SomePath?SomeQuery");
235
string response = await
SendRequestAsync
(root + requestPath);
332
string response = await
SendRequestAsync
(root + requestPath);