1 write to Url
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
279
Url
= url;
7 references to Url
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\ConfigurationReader.cs (3)
304
Url
== other.
Url
&&
312
public override int GetHashCode() => HashCode.Combine(Name,
Url
,
Internal\KestrelServerImpl.cs (3)
350
var urlsToStop = endpointsToStop.Select(lo => lo.EndpointConfig!.
Url
);
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 (1)
359
var listenOptions = AddressBinder.ParseAddress(endpoint.
Url
, out var https);