Dashboard\DashboardEventHandlers.cs (4)
377LogEndpointAdded(endpointName, scheme: endpointContext.Scheme, host: "localhost", port: null);
399LogEndpointAdded(address.Scheme, scheme: address.Scheme, host: address.Host, port: address.Port);
780LogEndpointAdded(endpointName, scheme: context.Scheme, host: context.TargetHost, port: null);
789LogEndpointAdded(endpointName, scheme: address.Scheme, host: address.Host, port: address.Port);