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).
Write(const string &in)
string str
string
str
bool