multiple WCF client endpoints exposed as dropdown list
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I am building a fairly large network of agents and 'mothership' servers. I'm writing a WPF application which will connect to each mother and either configure/manage/view it's agents. I can have a large collection of mother's out there. What I want to do is keep client configurations in the config file. In the program I want to be able to scan the clients and for each endpoint build up a list of endpoint names. This way the consumer of the program can select a mother, then run requests against that service. It looks as if ConfigurationManager.GetSection() might do the trick, but it only returns an object. Has anyone written code to walk the list of client endpoints to build a list? Any help appreciated