I am writing a Windows service in ASP.NET Core 5 that hosts web service API's (i.e. controllers).
At the end of the startup sequence, I would like write to the log file a list of all web service API URL's that exist in the service. Is there a way to programmatically find and list all valid web service API's?