I am trying to find how to do that same as this winhttp library call to bypass proxy.
hInternetSession = ::InternetOpen(AfxGetAppName(), INTERNET_OPEN_TYPE_PROXY, NULL, "*", INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_RELOAD);
I don't seem to find how to accomplish this in Poco Libraries.
Thanks,
MarcM





