Documentation

Net::Socket::WriteLine

Method in Socket

bool WriteLine(const string&in)

Writes a line of text to the socket. Returns false if the write did not succeed. This behaves the same as WriteRaw(), except a newline is appended.

Returns bool