Back to Aurora Vision 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 - ![]() |
Connection timeout in milliseconds. |
![]() |
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, or Nil if the connection could not be established within the timeout. | |
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, Aurora Vision Studio Professional version.

Basic

