Stream.send

Sends bytes to the connected socket.

class Stream
abstract
ptrdiff_t
send
(
ubyte[] buffer
)

Return Value

Type: ptrdiff_t

the number of bytes sent.

Meta