Receive data on the connection. If the socket is blocking, receive waits until there is data to be received.
The number of bytes actually received, 0 if the remote side has closed the connection, or Socket.ERROR on failure.
See Implementation
Receive data on the connection. If the socket is blocking, receive waits until there is data to be received.