Net::Socket::Write Method

Writes string data to the socket.

Syntax

bool Net::Socket::Write(
const string&in data
)

Parameters

const string&in data
The string data to write to the socket. This will send N bytes of data, where N is the byte length of the string.

Return value

bool

Remarks

None.