Question

I am having WPF application...which consumes REST service call.

Can I register HTTPHandler in my project to inspect the request/response of this REST service.

Thanks in advance!

Was it helpful?

Solution

You can use HttpClientHandler for the same. below is link may be helpful.

http://msdn.microsoft.com/en-us/library/system.net.http.httpclienthandler(v=vs.110).aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top