WCF: How do I get the list of endpoints from ServiceHost?
Asked Answered
S

1

45

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

Sight answered 4/3, 2009 at 23:0 Comment(0)
B
81

Use host.Description.Endpoints

Backup answered 4/3, 2009 at 23:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.