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