vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
TLSContext.createStream
index
vibe
stream
tls
TLSContext
Creates a new stream associated to this context.
interface
TLSContext
@
safe
TLSStream
createStream
(
InterfaceProxy
!
Stream
underlying
,
TLSStreamState
state
,
string
peer_name
= null
,
NetworkAddress
peer_address
=
NetworkAddress.init
)
Meta
Source
See Implementation
index
vibe
stream
tls
TLSContext
functions
createStream
setCipherList
setClientALPN
setDHParams
setECDHCurve
useCertificateChainFile
usePrivateKeyFile
useTrustedCertificateFile
properties
alpnCallback
kind
maxCertChainLength
peerValidationCallback
peerValidationMode
sniCallback
Creates a new stream associated to this context.