1
Answer

PAC file parsing in C#

Ask a question
kang it

kang it

16y
5k
1
i have a PAC (Proxy Auto Config) file - Proxy.pac ( a simple javascript file)
from my C# code i need to parse this file, execute functions & return the result value. how to execute the javascript functions inside PAC file through c# ?


Thanks :)

Answers (1)