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()
Throws
  • SSLException if the TLS socket is not connected/configured correctly or a TLS transport operation fails.