5 references to SendRequestAsync
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Listener\RequestBodyTests.cs (5)
76
Task<string> responseTask =
SendRequestAsync
(address, content);
100
Task<string> responseTask =
SendRequestAsync
(address, content);
125
Task<string> responseTask =
SendRequestAsync
(address, content);
150
Task<string> responseTask =
SendRequestAsync
(address, content);
197
return
SendRequestAsync
(uri, new StringContent(upload));