The Peek methods peeks data from a socket
cnet::Bytes Peek( int amount );
amount
The max amount of bytes to peek at
cnet::Bytes containing the peeked data
cnet::Bytes