In VS2010, when a service reference is inserted and the address of the wcf web service is entered, the system returns (nicely) the name of the services and their methods it has to offered. I also know that you can just enter the address in the browser and use the ?wsdl; however, I would like to develop a simple C# (WCF/Silverlight) implication that returns this type of information.
Any help is greatly appreciated