1 write to ServiceContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
66
ServiceContext
= serviceContext;
9 references to ServiceContext
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\KestrelServerImpl.cs (9)
72
_transportManager = new TransportManager(_transportFactories, _multiplexedTransportFactories, _httpsConfigurationService,
ServiceContext
);
112
public KestrelServerOptions Options =>
ServiceContext
.ServerOptions;
116
private KestrelTrace Trace =>
ServiceContext
.Log;
133
ServiceContext
.Heartbeat?.Start();
193
options.UseHttpServer(
ServiceContext
, application, options.Protocols, addAltSvcHeader);
197
connectionDelegate = EnforceConnectionLimit(connectionDelegate, Options.Limits.MaxConcurrentConnections, Trace,
ServiceContext
.Metrics);
212
options.UseHttp3Server(
ServiceContext
, application, options.Protocols, addAltSvcHeader);
216
multiplexedConnectionDelegate = EnforceConnectionLimit(multiplexedConnectionDelegate, Options.Limits.MaxConcurrentConnections, Trace,
ServiceContext
.Metrics);
249
ServiceContext
.Heartbeat?.Dispose();