|
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
|
|
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
|
|
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
|
|
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!
|
|
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!
|
|
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
|
|
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.aspxHowever 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!
|
|