1 write to _hostPrefix
Microsoft.AspNetCore.Server.Kestrel.Core (1)
LocalhostListenOptions.cs (1)
17
_hostPrefix
= hostPrefix ?? throw new ArgumentNullException(nameof(hostPrefix));
1 reference to _hostPrefix
Microsoft.AspNetCore.Server.Kestrel.Core (1)
LocalhostListenOptions.cs (1)
34
var host =
_hostPrefix
is { } prefix ? $"{prefix}.localhost" : "localhost";