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