1 override of GetDisplayName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
LocalhostListenOptions.cs (1)
24internal override string GetDisplayName()
4 references to GetDisplayName
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\KestrelServerImpl.cs (1)
372_serverAddresses.InternalCollection.Remove(listenOption.GetDisplayName());
KestrelServerOptions.cs (1)
365writer.WriteString("Address", listenOptions.GetDisplayName());
ListenOptions.cs (2)
165public override string? ToString() => GetDisplayName(); 225context.Addresses.Add(GetDisplayName());