3 lines
122 B
Text
3 lines
122 B
Text
|
|
Dim sock As New HTTPSocket
|
||
|
|
Print(sock.Get("http://www.rosettacode.org", 10)) //set the timeout period to 10 seconds.
|