gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
DtlsConnectionT.OnAcceptCertificateDelegateWrapper
gio
DtlsConnectionT
DtlsConnectionT
Undocumented in source.
template
DtlsConnectionT
(TStruct)
protected
class
OnAcceptCertificateDelegateWrapper {
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
DtlsConnectionIF
)
dlg
;
gulong
handlerId
;
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, DtlsConnectionIF) dlg);
void
remove
(OnAcceptCertificateDelegateWrapper source);
}
Constructors
this
this
(bool delegate(TlsCertificate, GTlsCertificateFlags, DtlsConnectionIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnAcceptCertificateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
TlsCertificate
,
GTlsCertificateFlags
,
DtlsConnectionIF
)
dlg
;
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
setCertificate
setDatabase
setInteraction
setRehandshakeMode
setRequireCloseNotify
shutdown
shutdownAsync
shutdownFinish
static functions
callBackAcceptCertificate
callBackAcceptCertificateDestroy
variables
onAcceptCertificateListeners