CreateWebSocketClient()

edit

Creates a websocket client.

Requires Extension: WebSockets Client Extension

CreateWebSocketClient( endpoint=string, component=component );

Returns: any

Argument Description
endpoint
string, required
edit

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

Alias: url

component
component, required
edit

componenrt contraining the listener functions.

Alias: cfc, listener

Examples

There are currently no examples for this function 37,547ms WARN No examples for function CreateWebSocketClient

See also