This method receives data
through the socket.
Signaturevirtual int Receive (char* lpBuf, int nBufLen) = 0;
ParameterslpBuf
The string buffer in which data will
be stored
nBufLen
The length of the buffer
ReturnsThe
method returns one of the following values:
- 0 - There was an error.
- n - The number of bytes read.