1 instantiation of TestServiceContext
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
30
: this(app, new
TestServiceContext
())
6 references to TestServiceContext
Sockets.BindTests (6)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (6)
34
public TestServer(RequestDelegate app,
TestServiceContext
context)
39
public TestServer(RequestDelegate app,
TestServiceContext
context, ListenOptions listenOptions)
44
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<ListenOptions> configureListenOptions, Action<IServiceCollection> configureServices = null)
60
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<KestrelServerOptions> configureKestrel)
65
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<KestrelServerOptions> configureKestrel, Action<IServiceCollection> configureServices)
124
public
TestServiceContext
Context { get; }