1 write to Url
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
279Url = url;
7 references to Url
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\ConfigurationReader.cs (3)
304Url == other.Url && 312public override int GetHashCode() => HashCode.Combine(Name, Url,
Internal\KestrelServerImpl.cs (3)
350var urlsToStop = endpointsToStop.Select(lo => lo.EndpointConfig!.Url); 378var urlsToStart = endpointsToStart.Select(lo => lo.EndpointConfig!.Url); 394Trace.LogCritical(0, ex, "Unable to bind to '{url}' on config reload.", listenOption.EndpointConfig!.Url);
KestrelConfigurationLoader.cs (1)
359var listenOptions = AddressBinder.ParseAddress(endpoint.Url, out var https);