Xojo.Net.TCPSocket

From Xojo Documentation

Class (inherits from Object)

This class is used for TCP/IP communication.

Events
ConfigureSocket DataAvailable Error
Connected Disconnected
Properties
Address IsConnected fa-lock-32.png SSLSetting
BytesAvailable fa-lock-32.png Port
Methods
AvailableData Disconnect ReadData
Connect Handle WriteData
Enumerations
HandleTypes

Notes

You can add a "Generic Object" control your view and change its Super to "Xojo.Net.TCPSocket" to create a subclass directly on the view, giving you access to the events. You can also create your own subclass or use AddHandler to access the events.

See Also

Xojo.Net.SSLSettings class