|
Joshua Laferriere
2019-09-03 08:15:03
0
|
|
"We really strongly suggest you check our documentation to understand how downloaders work. "
can you guide me in the right direction with a relevant url?
I have this which is pretty sparse
https://www.quantshare.com/how-256-how-to-automatically-start-a-downloader-every-few-minutes
"
In URL-script, there is already a ready to use function to get data from a URL:
string res = Functions.Net.DownloadString(url);
"
Where did you find this? I looked for a way to download a url in C# online (and provided the links), but I see you had this resource readily available. What I'm asking, is where is your resource?
|
|