gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
TlsConnection.OnAcceptCertificateDelegateWrapper
gio
TlsConnection
TlsConnection
Undocumented in source.
class
TlsConnection
protected
class
OnAcceptCertificateDelegateWrapper {
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
TlsConnection
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, TlsConnection) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, TlsConnection) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
TlsConnection
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
TlsConnection
TlsConnection
classes
OnAcceptCertificateDelegateWrapper
constructors
this
functions
addOnAcceptCertificate
emitAcceptCertificate
getCertificate
getDatabase
getInteraction
getPeerCertificate
getPeerCertificateErrors
getRehandshakeMode
getRequireCloseNotify
getStruct
getTlsConnectionStruct
getUseSystemCertdb
handshake
handshakeAsync
handshakeFinish
internalRemoveOnAcceptCertificate
setCertificate
setDatabase
setInteraction
setRehandshakeMode
setRequireCloseNotify
setStruct
setUseSystemCertdb
static functions
callBackAcceptCertificate
callBackAcceptCertificateDestroy
getType
variables
gTlsConnection
onAcceptCertificateListeners