vb.net ファイルをダウンロードして一気読み、保存する

Dim sr As StreamReader = New StreamReader("D:\test\hironimo.txt")
txtRead.Text = sr.ReadToEnd
sr.Close()