SocketConnection.sendAll

Sends all data from the passed slice on the connection

struct SocketConnection
@safe
void
sendAll
(
scope const(void)[] buffer
)

Throws

SocketException on failure

Meta