如何从客户端上的 WCF 检索标头
我有一个 WCF 服务,正在向响应添加标头。我想知道如何在客户端提取这些标头。
I have a WCF service that is adding headers to the response. I would like to know how to extract those headers on the client side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到答案:
http://msdn.microsoft.com/en-us/library /ms195389.aspx
例如,在使用回复对象的 IClientMessageInspector 中,您可以像这样得到它:
Found the answer:
http://msdn.microsoft.com/en-us/library/ms195389.aspx
For example, within a IClientMessageInspector using the reply object, you get it like so: