CreateWebSocketClient()

Creates a websocket client.

Requires Extension: WebSockets Client Extension

CreateWebSocketClient( endpoint=string, component=component );

Returns: any

Argument Description
endpoint
string, required

Endpoint to the websocket (Example: ws://localhost:8080/whatever/)

Alias: url

component
component, required

componenrt contraining the listener functions.

Alias: cfc, listener

Examples

There are currently no examples for this function 33,322ms WARN No examples for function CreateWebSocketClient

See also