문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top