Im using the following library http://ftplib.codeplex.com/ which is a wrapper around wininet.dll to perform some FTP commands.
Is it possible to get the exact all Http Request Header and Http Response Header details from WebBrowser control?
I Have a server that if I sent it \"https://MyDomain/Dir1/Dir2/login.html?u=1234&t=5678\" will respond with an xml document. Does anyone know how I can do this in wininet?
I\'m trying to make this program connect to a website and submit form data in order to login, but I don\'t know what I\'m doing wrong. I have heard of others like curl and Winsock but I chose the WinI
sorry for my English. I try invoke WinInet InternetSetOptionW method for setting up IE proxy. InternetSetOptionW returns me \"true\", but IE proxy doesn\'t change.
We have a WPF application created in .Net Framework 3.5 SP1, use开发者_运维问答d for displaying various Web Application. The WPF application uses a Web Browser control to display the web pages of the
I have created a Win32 Service which uses WinInet to send HTTP-requests to remote host. On my computer (WinXP SP2), on test workstations in our QoS-team (Win2003 Server) it works fine - over proxy and
How can I get my own IP address using WinINet APIs? If it\'s not possible using WinINet APIs, counld you please suggest which Win32 library I have to use for this purpose?
Can anyone find problem in this function? My application makes several requests and if first request is using SSL, app crashes on some computers(on mine 4 computers + vmware it works ok without crash)
Hallo, i have serious problem with this wininet function, whe i run my program on windows 7, everything works perfectly, but when i try to us开发者_如何学编程e it on windows XP service pack 3. Sometim