Welcome Guest Search | Active Topics | Sign In | Register

NavigationTask.ErrorCode alwways OK Options
lsl
Posted: Tuesday, January 26, 2016 10:07:53 PM
Rank: Member
Groups: Member

Joined: 1/14/2016
Posts: 28
no matter what the server response or can not find host NavigationTask.ErrorCode alwways OK? HttpStatusCode works right and what difference between them

and i think if the NavigationTask can be await in net 4.5 will be better
lsl
Posted: Tuesday, January 26, 2016 10:40:19 PM
Rank: Member
Groups: Member

Joined: 1/14/2016
Posts: 28
and when i invoke webView.GetHtml() or webView.getText() the thread is broken ? and no exception is throw
eo_support
Posted: Wednesday, January 27, 2016 9:51:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

NavigationTask.ErrorCode is OK when there is no network error (such as domain name not found). HTTP error (such as 404 not found) is an HTTP error code, the network layer is fine. In such case NavigationTask.ErrorCode will return OK. In another word, these two values are for different things.

I am not sure what you meant by "thread is broken". If you have problem, you can try to isolate the problem into a test app and we will investigate further:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks for your suggestion about await. We will look into that and see what we can do.

Thanks
eo_support
Posted: Wednesday, January 27, 2016 8:28:19 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

We have received your test app for GetHtml and confirmed this to be an issue on our side. We will fix it and post an update build as soon as possible.

Thanks!
eo_support
Posted: Sunday, January 31, 2016 3:25:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

This is just to let you know that we have posted a new build that fixed the GetHtml/GetText problem. Please download it from our download page and let us know how it goes.

Thanks!
lsl
Posted: Sunday, January 31, 2016 8:17:33 PM
Rank: Member
Groups: Member

Joined: 1/14/2016
Posts: 28
eo_support wrote:
Hi,

This is just to let you know that we have posted a new build that fixed the GetHtml/GetText problem. Please download it from our download page and let us know how it goes.

Thanks!



ok it works fine thank you ! since the latest chrome kenel can change many runtime args like proxy .. (I see this from cefsharp) I hope we can update to it
eo_support
Posted: Monday, February 1, 2016 9:54:16 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You can change proxy settings on the engine level:

http://www.essentialobjects.com/doc/eo.webengine.engineoptions.proxy.aspx

However you can not change the proxy settings while the engine is running. In another word, if you want to change proxy settings at runtime, you must stop the engine first.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.