Read up to a line of data from the socket and return it in a string buffer.
Read up to a line of data from the socket and return it in a string buffer.
public bool ReadLine(ref string);
Read up to a line of data from the socket and return it in a string buffer.
public bool ReadLine(ref string,int);
SocketWrench Class | SocketTools Namespace