Net::Socket::ReadString Method
Reads string data from the socket.
Syntax
string Net::Socket::ReadString(
uint bytes
)
Parameters
uint bytes
The number of bytes to read. Note: this is not the number of characters!
Return value
Remarks
None.