## send()


Send data to the remote host.


Usage


``` python
send(data)
```


## Parameters


`data: str`  
The string data to send.


## Returns


`int`  
The number of bytes sent.


## Raises


`ConnectionError`  
If the connection is not established.
