45

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

Eddie
  • 53,828
  • 22
  • 125
  • 145
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447

1 Answers1

81

Use host.Description.Endpoints

Undo
  • 25,519
  • 37
  • 106
  • 129
Brian
  • 117,631
  • 17
  • 236
  • 300