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