1 write to _transportManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
72
_transportManager
= new TransportManager(_transportFactories, _multiplexedTransportFactories, _httpsConfigurationService, ServiceContext);
4 references to _transportManager
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\KestrelServerImpl.cs (4)
199
options.EndPoint = await
_transportManager
.BindAsync(configuredEndpoint, connectionDelegate, options.EndpointConfig, onBindCancellationToken).ConfigureAwait(false);
218
options.EndPoint = await
_transportManager
.BindAsync(configuredEndpoint, multiplexedConnectionDelegate, options, onBindCancellationToken).ConfigureAwait(false);
259
await
_transportManager
.StopAsync(cancellationToken).ConfigureAwait(false);
367
await
_transportManager
.StopEndpointsAsync(configsToStop, cts.Token).ConfigureAwait(false);