StandardInputStream.Operator Convert

From Xojo Documentation

Method

StandardInputStream.Operator_Convert() As TCPSocket

Supported for all project types and targets.

Used to convert to a TCPSocket. See the Operator_Convert method.

Notes

StandardInputStream incorporates a conversion operator so that you can use StdIn as a TCPSocket. This is useful only for services that are started for you by xinetd on macOS or Linux. Here is an example of how to use this:

Var Incoming As TCPSocket = Stdin