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)
34var host = _hostPrefix is { } prefix ? $"{prefix}.localhost" : "localhost";