Table of Contents

TMS FNC WebSocket Client

TTMSFNCWebsocketClient is a headless component for connecting to WebSocket servers and exchanging text and binary messages over a persistent, bidirectional connection.

Documentation

Start here Use when
Get started Install, configure, connect to a server, and send your first message.
Guides Task guides: SSL, binary data, auto-reconnect, and custom IO handlers.
API reference Full property, method, and event reference.
Release notes You want to see what changed in recent versions.

Key classes

Class Role
TTMSFNCWebsocketClient Main client component.
TTMSFNCWebSocketClientConnection Represents the active connection to the server.
TTMSFNCWebSocketHandshakeRequest HTTP upgrade request sent during handshake.
TTMSFNCWebSocketHandshakeResponse HTTP upgrade response received during handshake.
TTMSFNCWebSocketConnection Base connection with send, ping, pong, and close frame support.

See Also