How to get the response headers while the user navigates from page to page?

Posted by Trainee4Life on Stack Overflow See other posts from Stack Overflow or by Trainee4Life
Published on 2009-12-24T03:59:17Z Indexed on 2010/06/05 17:42 UTC
Read the original article Hit count: 124

Filed under:
|

I have a WPF webbrowser control which navigates the user to a registration site. After the user registers, a collection of headers are sent back alongwith the "finished registration" page.
I have tried the Navigated event, and tried accessing WebResponse property in the event arguments but it's always null.
Is there any other way to access the headers sent?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about webbrowser