如何使用 WCF REST 读取自定义 HTTP 状态代码?
我正在使用 WCF 中的 ChannelFactory 来调用 REST 服务,并且我想确定服务器是返回 HTTP 200 还是 201 以响应 PUT 调用。 目前,调用成功,但我无法确定我的对象是否已创建或更新。 我怎样才能做到这一点?
I'm using the ChannelFactory in WCF to call into a REST service and I want to determine whether the server returned HTTP 200 or 201 in response to a PUT call. Currently, the call succeeds, but I can't determine if my object was created or updated. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WCF 是为各种通道设计的,因此这不是一个高级对象,
您可以使用类似的方法来访问它
WCF is designed for all sorts of channels so this is not a high level object
You can access it though with something like this