Download using StreamReader

I need to get a text file off the internet and need to know if I can use the StreamReader to do so.

This is what I've tried:

Try
sreStreamReader = IO.File.OpenText("http://www.blhsdrama.cjb.cc/item.txt")


Any suggestions on how do this



Answer this question

Download using StreamReader