Well this is quite obvious that first of all i have to read the file, the problem is not reading the file, problem is to get a proxy against a given URL. As
A PAC file contains a JavaScript function "FindProxyForUR L(url, host)". This function returns a proxy to be used against the url passed to this function as parameter how can i parse that function in Vb.NET
Comment