| MaxSize | --size | Number | ✖ | Maximum data size (bytes). 0 > no limit |
| Marker | --marker | String, BinaryData | ✖ | End of message marker. Empty > without marker |
| Timeout | --timeout | Number | ✖ | Data waiting timeout (ms). 0 > no limit |
Returns: BinaryData - Received data
<br/>
:::tip
When working with an infinite stream of incoming data, it is obligatory to specify the MaxSize parameter, because endless data retrieval can cause hang-ups
If the connection is closed, an error occurs, or EOF is detected, the read is terminated in either case
Parameters with Binary data type can also accept file paths on disk and URLs