1 write to Client
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
37
Client
= new HttpClient(handler)
4 references to Client
Sockets.FunctionalTests (4)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (4)
92
var response = await
Client
.GetStringAsync($"https://localhost:{server.Port}/");
95
Client
.Dispose(); // Close the socket, no GoAway is sent.
142
var requestTask =
Client
.GetStringAsync($"https://localhost:{server.Port}/");
194
var requestTask =
Client
.GetStringAsync($"https://localhost:{server.Port}/");