httpwebresponse

  1. S

    Question HttpWebRequest Question

    Dear all, I am connecting to web interface of a device which has username and password to authenticate. I managed to authenticate and load source of HTML page which i need. I need it to extract some data out of it. My code is as follows: Imports System.Net Imports System.Text Imports...
  2. R

    Question The underlying connection was closed: Could not establish se

    Hello All, I am trying to download a file from a website over SSL. Below is the code snippet. This website prompts for a certificate. I am adding the certificate to the request object from a .cer file. Wondering what is the problem. Also tried skipping the certificate using the interface...
Back
Top