1 instantiation of TestServiceContext
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
37
: this(app, new
TestServiceContext
())
6 references to TestServiceContext
Sockets.BindTests (6)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (6)
41
public TestServer(RequestDelegate app,
TestServiceContext
context)
46
public TestServer(RequestDelegate app,
TestServiceContext
context, ListenOptions listenOptions)
51
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<ListenOptions> configureListenOptions, Action<IServiceCollection> configureServices = null)
67
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<KestrelServerOptions> configureKestrel)
72
public TestServer(RequestDelegate app,
TestServiceContext
context, Action<KestrelServerOptions> configureKestrel, Action<IServiceCollection> configureServices)
127
public
TestServiceContext
Context { get; }