I would like to know if there is anyway to use Httprequest or Webclient to read data from an URL (The link is not valid because i changed a little bit because there are private data there).
Like: https://download.somewhere.com/ReportDownload
The link above is pretty much the format, from the link, you can download a zip file with a CSV file in it. I am wondering if there is a way to use C# to parse out the data instead of downloading it, unzip it and read data from the csv. I would like to get the data and pass that to a variable without any physical download.