gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
DtlsConnectionT.OnAcceptCertificateDelegateWrapper
gio
DtlsConnectionT
DtlsConnectionT
Undocumented in source.
template
DtlsConnectionT
(TStruct)
protected
class
OnAcceptCertificateDelegateWrapper {
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
DtlsConnectionIF
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, DtlsConnectionIF) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, DtlsConnectionIF) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
DtlsConnectionIF
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
DtlsConnectionT
DtlsConnectionT
classes
OnAcceptCertificateDelegateWrapper
functions
addOnAcceptCertificate
close
closeAsync
closeFinish
emitAcceptCertificate
getCertificate
getDatabase
getDtlsConnectionStruct
getInteraction
getPeerCertificate
getPeerCertificateErrors
getRehandshakeMode
getRequireCloseNotify
handshake
handshakeAsync
handshakeFinish
internalRemoveOnAcceptCertificate
setCertificate
setDatabase
setInteraction
setRehandshakeMode
setRequireCloseNotify
shutdown
shutdownAsync
shutdownFinish
static functions
callBackAcceptCertificate
callBackAcceptCertificateDestroy
variables
onAcceptCertificateListeners