klyn.net.ssl.SSLSocket.write
method
public write(value as String) as Void throws SSLException:
Description
Writes text to the peer.
import klyn.net.ssl

socket = SSLSocket("example.com", 443)
socket.write("hello")
socket.close()