public readonly property cipherSuite as String:
import klyn.net.ssl socket = SSLSocket("example.com", 443) print(socket.cipherSuite) socket.close()