RosettaCodeData/Task/HTTP/REALbasic/http.realbasic
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
122 B
Text

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