Using the link below, I wrote a code for my application. I am not able to get it right though, Please refer the link and help me ot with it...
We have a GUI which runs on ASP.NET 2.0 framework (Client-Server model). From the support perspective how can one find whether the pages which are opening on GUI at any point of time is a server side
I have a web service in which I am manipulating POST and GET methods to facilitate upload / download functionality for some files in a client/server style architecture. Basically the user is able to c
I am trying to download file using WebClient.DownloadData. Usually the download is Ok, but for some Urls the download just hangs.
I\'m retreiving images from a web server directory like this: WebClient webClientImgDownloader = new WebClient();
I am using the WebClient class in .NET 2.0 to perform an HTTP POST over SSL. Currently I\'m manually setting the user-agent header like so:
I a开发者_C百科m having the worst trouble getting around a bug, and am hoping that I can get some advice on this site. In short, I am trying to make an asynchronous web service call from my VB.NET app
Hai every one, I am developing an application where users can subscribe or unsubscribe to a group of mailing list using .net.I am using webclient class as below
The C# WebClient.UploadFile(string, string) sample on MSDN shows how to make it work with an ASPX page handling the upload. However I have a Apache server with PHP set up to handle my subversion repos
I am downloading a file from an FTP site (Async) and need to update a progress bar. I have read MS documentation that states that this c开发者_JAVA百科an be done is the WebClient class\'s GetWebReques