7 references to SendRequestAsync
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (7)
Listener\ResponseHeaderTests.cs (7)
33
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address);
55
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address, usehttp11: false);
164
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address);
228
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address, usehttp11: false, sendKeepAlive: true, httpClient: client);
238
responseTask =
SendRequestAsync
(address, usehttp11: false, sendKeepAlive: true, httpClient: client);
259
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address, usehttp11: false, sendKeepAlive: true);
299
Task<HttpResponseMessage> responseTask =
SendRequestAsync
(address);