1 write to ServiceContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
67
ServiceContext
= serviceContext;
9 references to ServiceContext
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\KestrelServerImpl.cs (9)
73
_transportManager = new TransportManager(_transportFactories, _multiplexedTransportFactories, _httpsConfigurationService,
ServiceContext
);
113
public KestrelServerOptions Options =>
ServiceContext
.ServerOptions;
118
private KestrelTrace Trace =>
ServiceContext
.Log;
135
ServiceContext
.Heartbeat?.Start();
195
options.UseHttpServer(
ServiceContext
, application, options.Protocols, addAltSvcHeader);
199
connectionDelegate = EnforceConnectionLimit(connectionDelegate, Options.Limits.MaxConcurrentConnections, Trace,
ServiceContext
.Metrics);
214
options.UseHttp3Server(
ServiceContext
, application, options.Protocols, addAltSvcHeader);
218
multiplexedConnectionDelegate = EnforceConnectionLimit(multiplexedConnectionDelegate, Options.Limits.MaxConcurrentConnections, Trace,
ServiceContext
.Metrics);
251
ServiceContext
.Heartbeat?.Dispose();