Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser support configuration Proxy with PAC Options
Cristiano Conte
Posted: Thursday, September 25, 2014 6:28:08 PM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
Hi,

I´m looking for WebBrowser to my Application, but I need configuration the Proxy with PAC file.

Is it possible ?


I´m using:

Visual Studio 2010 C#
EO.WebBrowser Win Forms

Thanks

Cristiano Conte
eo_support
Posted: Thursday, September 25, 2014 10:25:39 PM
Rank: Administration
Groups: Administration

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

You do not need to do anything special to support that. Chrome automatically support PAC. Because EO.WebBrowser is based on Chrome's source code, so it also automatically supports it.

Thanks!
Cristiano Conte
Posted: Friday, September 26, 2014 10:00:49 AM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
Hi,

Thanks for the reply. You could send the sample using EO.WebBrowser.

I´m search in the Product Documentation, but don´t find. It is class "ProxyInfo" support PAC file ?

Thanks.

eo_support
Posted: Friday, September 26, 2014 10:10:46 AM
Rank: Administration
Groups: Administration

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

You do not need to do anything. PAC is usually configured through DHCP by your network administrator, not on your own client machine by you. Chrome automatically looks up the network interface card and see which one gets IP address through DHCP, then it finds the DHCP server from there, then it asks DHCP server for PAC information. There is no place/interface for you to put a PAC file directly on your client machine. If you have to support that, then you will need to write code to read the PAC file, extract the proxy information (host, port, etc) and pass those values to ProxyInfo. PAC is a text file so it should be pretty easy for you to read and parse it.

Thanks!
Cristiano Conte
Posted: Monday, September 29, 2014 6:24:27 PM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
Hi,

Thank you very much for fast reply.


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.