Documentation

Net::Socket::WriteRaw

Method in Socket

bool WriteRaw(const string&in str)

Writes the given string to the socket as-is. Returns false if the write did not succeed. Note that this behavior differs from Write(const string &in).

string str

Returns bool