SocketConnection.send

Sends data on the connection

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

Return Value

Type: ptrdiff_t

number of bytes sent

or socketERROR on failure

Throws

Meta