Rank: Guest Groups: Guest
Joined: 5/27/2007 Posts: -34
|
How to select local IP in EO.WebBrowser?
Such as Socket.Bind(LocalIP) // 192.168.1.5 or 192.168.1.9
client system has many local ip address, we need to appoint one of them in EO.WebBrowser
It's not the agent network, appoint local IP is very important, how to do Socket.Bind(LocalIP) ??
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We are not aware of any way to select the local IP address with the Chromium browser engine. We have checked Chromium's source code and it doesn't appear that it calls bind(local_ip) anywhere in it's normal network flow. Sorry about it!
Thanks!
|