send method

bool send(
  1. dynamic data
)

Sends data over the open connection.

Implementation

external bool send(dynamic data);