3 references to GetContextAsync
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
111
context = await _listener.
GetContextAsync
();
Microsoft.AspNetCore.InternalTesting.Tests (1)
HttpClientSlimTest.cs (1)
100
_ = listener.
GetContextAsync
().ContinueWith(async task =>
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
111
context = await _listener.
GetContextAsync
();