YoItsTrev
✅ C# noob needs help retrying WebClient .DownloadString
My stackoverflow post WAS helpful. They had me add a try catch in my code, and I was able to figure out that the issues was that it was attempting requests too fast, and I put a pause in the code, and it is working without issue.
83 replies
✅ C# noob needs help retrying WebClient .DownloadString
I am not gonna start the app all over in a different standard. I have an entire app written for downloading images from a gallery site I frequent. I am not gonna rewrite the entire thing from the ground up just to change the standerd. It all works. I just need to find out how to get it to redo WebClient..DownloadString if it fails. That is the only issue I have.
83 replies