TlsServerConnection.this

Creates a new GTlsServerConnection wrapping base_io_stream (which must have pollable input and output streams). Since 2.28

  1. this(GTlsServerConnection* gTlsServerConnection)
  2. this(IOStream baseIoStream, TlsCertificate certificate)
    class TlsServerConnection

Parameters

baseIoStream IOStream

the GIOStream to wrap

certificate TlsCertificate

the default server certificate, or NULL. [allow-none]

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta