Base:
method
GetDisplayName
Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.GetDisplayName()
4 references to GetDisplayName
Microsoft.AspNetCore.Server.Kestrel.Core (4)
LocalhostListenOptions.cs (4)
42context.Logger.LogInformation(0, CoreStrings.NetworkInterfaceBindingFailed, GetDisplayName(), "IPv4 loopback", ex.Message); 56context.Logger.LogInformation(0, CoreStrings.NetworkInterfaceBindingFailed, GetDisplayName(), "IPv6 loopback", ex.Message); 63throw new IOException(CoreStrings.FormatAddressBindingFailed(GetDisplayName()), new AggregateException(exceptions)); 68context.Addresses.Add(GetDisplayName());