针对特定请求定位 WCF Web Api 消息处理程序
是否可以在特定请求时将 WCF Web Api 中的 DelegatingHandlers(消息处理程序)作为目标(对于操作处理程序来说是可能的),或者消息处理程序是全局的。我的意思是,他们会满足每一个请求。
Is it possible to target DelegatingHandlers (message handlers) in WCF Web Api at specific requests (as is possible with an operation handler) or are message handlers global. By that I mean they are called for every request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置不同的配置并将这些配置映射到适当的路由。例如:
You could set up different configurations and map those configurations to the appropriate routes. So for example: