vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
TCPConnection.read
vibe
core
net
TCPConnection
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
read
(ubyte[] dst, IOMode mode)
struct
TCPConnection
@
safe
size_t
read
(
scope
ubyte
[]
dst
,
IOMode
mode
)
void
read
(ubyte[] dst)
Meta
Source
See Implementation
vibe
core
net
TCPConnection
destructors
~this
functions
close
finalize
flush
opCast
peek
read
skip
waitForData
waitForDataAsync
waitForDataEx
write
postblits
this(this)
properties
connected
dataAvailableForRead
empty
keepAlive
leastSize
localAddress
peerAddress
readTimeout
remoteAddress
tcpNoDelay
structs
Context