I am using WebClient, DownloadString (" http://example.com/string.txt "); When I call it, the memory jumps up, but never drops again, and since I need 2-3 different lines downloaded from the Internet, the memory bounces very much.
I'm new to C # and still learning, but still, to clear my memory after I downloaded a line from the Internet? If not, do you know any other methods that I can use to read from the Internet using less memory?
thank
source
share