Pregunta

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!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top