SocketTools .NET Edition

SocketWrench.ReadLine Method

Read up to a line of data from the socket and return it in a string buffer.

Overload List

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);

See Also

SocketWrench Class | SocketTools Namespace