public readonly property effectivePort as Int:
import klyn.mails session = Session.smtp("smtp.example.com", security=MailSecurity.STARTTLS) print(session.effectivePort)