Rank: Member Groups: Member
Joined: 2/3/2016 Posts: 17
|
Hi,
I am using WebControl in windows form to load a custom login page url. Currently, I am able load the login page and click on login button it is taking me to the next page. But I need to get the response back, so that I can store the access token. How can I do that? Can you show a sample code to do that.
Thanks, Rajesh Gutta.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, You will need to handle this event: http://www.essentialobjects.com/doc/eo.webbrowser.webview.afterreceiveheaders.aspxInside the event you can use e.Response to get the response object. Thanks!
|
Rank: Member Groups: Member
Joined: 2/3/2016 Posts: 17
|
Thank you. This information is useful
|