- finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- peek
const(ubyte)[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
size_t read(ubyte[] dst, IOMode )
Undocumented in source. Be warned that the author may not have intended to support it.
- readChunk
ubyte[] readChunk(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAlertCallback
void setAlertCallback(OnAlert alert_cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHandshakeCallback
void setHandshakeCallback(OnHandshakeComplete hs_cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
size_t write(ubyte[] src, IOMode )
Undocumented in source. Be warned that the author may not have intended to support it.
- alpn
string alpn [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- cipher
TLSCiphersuite cipher [@property getter]
Returns the complete ciphersuite details from the negotiated TLS connection
- dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- peerCertificate
TLSCertificateInformation peerCertificate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- protocol
TLSProtocolVersion protocol [@property getter]
Returns the negotiated version of the TLS Protocol
- sessionId
const(ubyte[]) sessionId [@property getter]
- started
SysTime started [@property getter]
Returns the date/time the session was started
- x509Certificate
const(X509Certificate) x509Certificate [@property getter]
Returns the remote public certificate from the chain