StreamPeer.putPartialData

Send a chunk of data through the connection, if all the data could not be sent at once, only part of it will. This function returns two values, an Error code and an integer, describing how much data was actually sent.

struct StreamPeer
@nogc nothrow
Array
putPartialData
(
in PoolByteArray data
)

Meta