About 2,340 results
Open links in new tab
  1. WebRequest.Create (Uri uri) throws System.NotSupportedException: …

    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 instances …

  2. Read all file names on ftp server - social.msdn.microsoft.com

    Oct 7, 2021 · Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM Monday, February 16, 2009 4:19 AM 0 Sign in to vote User1024576976 posted FtpWebRequest webRequest = new …

  3. Proxy behaviour in WPF application - social.msdn.microsoft.com

    Apr 27, 2020 · My question is: how can I reset the proxy credentials of DefaultWebProxy programatically and can the proxy be set only for the current application (but in some central way that works with …

  4. Httpcontext Request ClientCertificate IsPresent is false

    Oct 30, 2013 · The ClientCertificate.IsPresent is always false , Am i doing something wrong here.

  5. how to set cookie of different domain

    Oct 7, 2021 · problem is that when i add that cookie in my response with domain (which i made webrequest browser ) cookie is not added. A domain can set\access cookies in the browser under …

  6. FTP Get Exactly Modify Time by file [SOLVED]

    Feb 19, 2015 · The problem is I just get the hour and minutes of the modified file.Windows show me the modified time in seconds too and these are important.

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

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

  8. How to save cookies in HttpClient? - social.msdn.microsoft.com

    Apr 12, 2015 · using System; using System.Diagnostics; using System.IO; using System.Net; using System.Runtime.Serialization.Formatters.Binary; namespace ConsoleApplication1 { public class …

  9. 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 kindly help …

  10. "Content-Encoding" header is dropped in IIS

    Sep 29, 2021 · I have a client sending a POST request to my web service (written in ASP.Net and delpoyed on the top of IIS). The POST request contains compressed data with gZip. But server side …