winapi - What's the difference between resolving WPAD in process and out of process? -


in winhttp autoproxy api, winhttp_autoproxy_options accept flags winhttp_autoproxy_run_inprocess , winhttp_autoproxy_run_outprocess_only. what's difference between these 2 flags , when use them?

figured out. out-of-process approach uses wininet service, deemed more secure. while msdn doesn't explicitly, presumably because in-proc option means pac's execution shares same app context.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -