vibe-d ~master (2022-11-16T10:14:41Z)
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.