【问题标题】:WCF: How do I get the list of endpoints from ServiceHost?WCF:如何从 ServiceHost 获取端点列表? 【发布时间】:2010-10-11 09:41:36 【问题描述】: 我可以使用ServiceHost.AddServiceEndpoint 添加端点。如何恢复该端点列表? 【问题讨论】: 标签: .net wcf .net-3.0 【解决方案1】: 使用host.Description.Endpoints 【讨论】: