Question

I can add endpoints using ServiceHost.AddServiceEndpoint. How do I get that list of endpoints back out?

Was it helpful?

Solution

Use host.Description.Endpoints

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top