2 writes to EndpointConfig
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (1)
422
listenOptions.
EndpointConfig
= endpoint;
ListenOptions.cs (1)
245
EndpointConfig
= EndpointConfig
12 references to EndpointConfig
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Infrastructure\TransportManager.cs (1)
83
StartAcceptLoop(new GenericMultiplexedConnectionListener(transport), c => multiplexedConnectionDelegate(c), listenOptions.
EndpointConfig
);
Internal\KestrelServerImpl.cs (5)
199
options.EndPoint = await _transportManager.BindAsync(configuredEndpoint, connectionDelegate, options.
EndpointConfig
, onBindCancellationToken).ConfigureAwait(false);
350
var urlsToStop = endpointsToStop.Select(lo => lo.
EndpointConfig
!.Url);
365
configsToStop.Add(lo.
EndpointConfig
!);
378
var urlsToStart = endpointsToStart.Select(lo => lo.
EndpointConfig
!.Url);
394
Trace.LogCritical(0, ex, "Unable to bind to '{url}' on config reload.", listenOption.
EndpointConfig
!.Url);
KestrelConfigurationLoader.cs (5)
393
if (o.
EndpointConfig
== endpoint)
395
Debug.Assert(o.
EndpointConfig
?.Certificate?.FileHasChanged != true, "Preserving an endpoint with file changes");
402
endpointsToStop.RemoveAll(o => o.
EndpointConfig
== endpoint);
455
var endpointConfig = endpointToStart.
EndpointConfig
;
479
var endpointConfig = endpointToStop.
EndpointConfig
;
ListenOptions.cs (1)
245
EndpointConfig =
EndpointConfig