TcpStream.receive

Receive a single stream of data until the receive buffer is empty or an error occurs.

class TcpStream
override
ubyte[]
receive
()

Return Value

Type: ubyte[]

an array with the received data.

Meta