History |
Write (socket connections)
Minimum version: 4.0
Purpose
Sends the provided string to a remote host through an Internet socket connection.
Syntax
Socket.Write (String)
Example
Dim sockme as Socket
sockme.Write ("GET index.html" & Chr(13) & Chr(10))
| ||||