klyn.net.Socket.send
method
public send(data as String) as Boolean throws IOException:
Description

Sends text data to the peer.

Returns

True when at least one byte was written.

Throws
  • IOException if the socket stream is closed, disconnected, times out, or the underlying network I/O fails.