I have some URLs saved in my database, to download pictures from network cameras. Because each camera has it’s own URL and parameters, we have to store the entire URL in a field in the database. My code gets this URL from the database, creates a WebClient to make the call and downloads the byteRead more