TcpConnection.send
SendResult send(scope const(ubyte)[] data) @trustedSend bytes over the connection.
Parameters
data | Bytes to send. |
Returns
Result indicating success, partial send, backpressure, or error.
SendResult send(scope const(ubyte)[] data) @trustedSend bytes over the connection.
data | Bytes to send. |