1 override of GetDisplayName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
LocalhostListenOptions.cs (1)
24
internal 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)
365
writer.WriteString("Address", listenOptions.
GetDisplayName
());
ListenOptions.cs (2)
165
public override string? ToString() =>
GetDisplayName
();
225
context.Addresses.Add(
GetDisplayName
());