IPCSocket.ReadAll

From Xojo Documentation

Method

IPCSocket.ReadAll([Encoding as TextEncoding]) As String

Supported for all project types and targets.

Reads all the data from the internal buffer.

Notes

The optional Encoding parameter enables you to specify the text encoding of the data to be returned. Use the Encodings module to specify a text encoding.