vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
TCPConnection.write
vibe
core
net
TCPConnection
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(ubyte[] bytes, IOMode mode)
void
write
(ubyte[] bytes)
void
write
(char[] bytes)
void
write
(InputStream stream)
struct
TCPConnection
@
safe
void
write
(
InputStream
stream
)
void
write
(InputStream stream, ulong nbytes)
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