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)
41public TestServer(RequestDelegate app, TestServiceContext context) 46public TestServer(RequestDelegate app, TestServiceContext context, ListenOptions listenOptions) 51public TestServer(RequestDelegate app, TestServiceContext context, Action<ListenOptions> configureListenOptions, Action<IServiceCollection> configureServices = null) 67public TestServer(RequestDelegate app, TestServiceContext context, Action<KestrelServerOptions> configureKestrel) 72public TestServer(RequestDelegate app, TestServiceContext context, Action<KestrelServerOptions> configureKestrel, Action<IServiceCollection> configureServices) 127public TestServiceContext Context { get; }