Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Howto use PROXY settings in WININET.DLL
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Howto use PROXY settings in WININET.DLL
Miscellaneous
Thread ID:
00712750
Message ID:
00712750
Views:
44
Hello!

I have the problem to get an Internet connection thru a Proxy from a client.
Does anyone know how to let the user or program use the Proxy Server?
I use the InternetOpen Command to get a connection, but I dont know how to use the Proxy.

DECLARE Integer InternetOpen IN WinInet ;
String @lpcAgent, Integer nAccessType, String lpcProxyName, ;
String lpcProxyBypass, Integer nFlags

DECLARE Integer InternetConnect IN WinInet ;
Integer nInet_Handle, String @lpcServer, Short nPort, String @lpcUserName, ;
String @lpcPassword, Integer nService, Integer nFlags, Integer nContext
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Next
Reply
Map
View

Click here to load this message in the networking platform