The Recv methods reads data from a socket
cnet::Bytes Recv( int amount );
amount
The max amount of bytes to read
cnet::Bytes containing the read data
cnet::Bytes