TlsConnection
Object Hierarchy:
Description:
public abstract class TlsConnection :
IOStream
TlsConnection is the base TLS connection class type, which wraps a
IOStream and provides TLS encryption on top of it.
Its subclasses, TlsClientConnection and
TlsServerConnection, implement client-side and server-side TLS,
respectively.
Content:
Properties:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.IOStream
All known members inherited from class GLib.Object