Back to FabImage Studio website
You are here: Start » Filter Reference » System » WebSocket » WebSocket_Connect
Module: | FoundationBasic |
---|
Connects to a remote server using WebSocket protocol.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inHostName | String | URL address of the remote server. | |
![]() |
inTimeout | Integer* | 0 - ![]() |
Request timeout in seconds. |
![]() |
inReadBufferSize | Integer* | Read buffer size. | |
![]() |
inAllowUntrusted | Bool | Whether or not to allow untrusted SSL certificates. | |
![]() |
inCaCertFile | File* | File holding one or more certificates to verify the peer with. | |
![]() |
outWebSocket | WebSocketId? | Connected socket ID. |
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.