I have a WCF service. It uses settings from configuration file. It contains some sub-services working via http, net.tcp etc. I'd like to create a method which will return all configured endpoints urls. It will be used to provide client app possibility to receive url strings.
How I can do it inside of WCF service?