Accessing HTTP status code while using WCF client for accessing RESTful services
Posted
by
Hemant
on Stack Overflow
See other posts from Stack Overflow
or by Hemant
Published on 2011-01-13T05:22:22Z
Indexed on
2011/01/14
18:53 UTC
Read the original article
Hit count: 405
Thanks to this answer, I am now able to successfully call a JSON RESTful service using a WCF client. But that service uses HTTP status codes to notify the result. I am not sure how I can access those status codes since I just receive an exception on client side while calling the service. Even the exception doesn't have HTTP status code property. It is just buried in the exception message itself.
So the question is, how to check/access the HTTP status code of response when the service is called.
© Stack Overflow or respective owner