About 1,450 results
Open links in new tab
  1. Windows store app - Uploading file to FTP server

    Apr 9, 2014 · This feature is ideal for large file downloads and upload operations using the HTTP and HTTPS protocols. FTP is supported, but only when conducting download …

  2. WebRequest.Create (Uri uri) throws …

    Jun 3, 2021 · I'm in the Stable channel and I updated today (from mono 4.6.2 to 4.8.0, I didn't take note of the Xamarin.Mac and Xamarin Studio previous versions, but they were at the previous …

  3. Why the WebRequest.Create method is extremely slow?

    Dec 17, 2013 · The method WebRequest.Create takes nearly 10 seconds tocreate the HttpWebRequestfor the first time, whileon subsequent calls the same instance is created …

  4. FTPWebRequest - Operation has timed out

    Jul 8, 2007 · System.Net Information: 0 : [2704] FtpWebRequest#36038289: Releasing FTP connection#55909147.)

  5. Send Multiple Post Requests (Approach Async/Threading?)

    Oct 7, 2021 · Using "for" loop call the webrequest and check whether you got the response for each request and notify the user when all gets completed.

  6. Get Page Source with HttpClient - social.msdn.microsoft.com

    Sep 14, 2012 · Perhaps, but I don't want to show the web page. The point of the app is to get at the data without navigating to the web page. I have another thread about a slightly different …

  7. Reporting Services error e ERROR: HTTP status code --> 500

    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Only one usage of each socket address …

  8. FTP Using IP Address Through VisualBasic 2005 Programming

    Sep 15, 2006 · But , instead of doing in the above manner , I think it could be more effectively done through VisualBasic 2005 Programming itself ( without the help of bat files ) , if so please …

  9. Is it possible to Install WebPI by powershell

    Sep 28, 2021 · Question 0 Sign in to vote User2134958980 posted Hey guys, i wanted to know if its possible to install WebPI by command line (powershell, dos) Wednesday, December 12, …

  10. HTTP POST vs WebBrowser Control (Best Approach to submitting …

    Oct 31, 2016 · I am writing an Ad Poster, I was using webBrowser control to browse to find SPANs and all these html elements in order to select/click on a category of the items and fill …