RosettaCodeData/Task/HTTPS/REALbasic/https.realbasic

3 lines
133 B
Plaintext

Dim sock As New HTTPSecureSocket
Print(sock.Get("https://sourceforge.net", 10)) //set the timeout period to 10 seconds.