3 references to SendRequestAsync
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
RequestBodyTests.cs (3)
160
string response = await
SendRequestAsync
(address, content);
180
string response = await
SendRequestAsync
(address, content);
296
return
SendRequestAsync
(uri, new StringContent(upload));