标签: c# web-services wcf web-config endpoint
有什么办法可以让WCF服务端点一次监听多个URI?我基本上想要将REST服务器的所有服务重新路由到单个服务中。有点像使用
[WebInvoke(Method = "GET", ResponseFormat = WebMessageFormat.Json, UriTemplate = "*")]
但我希望它也包含该服务。