Detected 1 occurrence(s) of ‘default\s*credentials’: CookieContainer CC = new CookieContainer(); WebRequest request = WebRequest.Create("https://the websit link is here!"); request.Proxy = null; request.Credentials = CredentialCache.DefaultCredentials; //allows for validation of SSL certificates ServicePointManager.ServerCertificateValidationCallback += new System.Net.Security.RemoteCertificateValidationCallback(ValidateServerCertificate); Console.WriteLine("n"); Cons Source: http://pastebin.com/raw.php?i=g04wc01J
↧