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