4 references to TestServer
Sockets.FunctionalTests (4)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (3)
40
:
this
(app, context, options => options.CodeBackedListenOptions.Add(listenOptions), _ => { })
45
:
this
(app, context, options =>
61
:
this
(app, context, configureKestrel, _ => { })
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
177
await using (var server = new
TestServer
(async context =>