module Gio::TlsClientConnection
Overview
#GTlsClientConnection is the client-side subclass of #GTlsConnection, representing a client-side TLS connection.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/tls_client_connection.crClass Method Summary
Instance Method Summary
- #accepted_cas : GLib::List
- #copy_session_state(source : Gio::TlsClientConnection) : Nil
- #new(base_io_stream : Gio::IOStream, server_identity : Gio::SocketConnectable?) : Gio::TlsClientConnection
- #server_identity : Gio::SocketConnectable?
- #server_identity=(identity : Gio::SocketConnectable) : Nil
- #server_identity=(value : Gio::SocketConnectable?) : Gio::SocketConnectable?
- #to_unsafe
- #use_ssl3 : Bool
- #use_ssl3=(use_ssl3 : Bool) : Nil
- #use_ssl3? : Bool
- #validation_flags : Gio::TlsCertificateFlags
- #validation_flags=(flags : Gio::TlsCertificateFlags) : Nil
Class Method Detail
Instance Method Detail
def new(base_io_stream : Gio::IOStream, server_identity : Gio::SocketConnectable?) : Gio::TlsClientConnection
#