This method sends data through
the socket.
Signaturevirtual int Send (const char *lpBuf, int nBufLen) = 0;
ParameterslpBuf
A constant string buffer that contains
the data to be sent
nBufLen
The length of the buffer
ReturnsThe
method returns one of the following values:
- 0 - There was an error.
- n - The number of bytes written.