Additional headers to put in the HTTP request. These should be formatted Name: value, like for example:
Cookies to send with the initial request. cookiesname = value;
These control the size of the receive buffer.
Maximum combined size of a message.
These control the size of the receive buffer.
Origin URL to send with the handshake, if desired.
Amount of time (in msecs) of idleness after which to send an automatic ping
the protocol header, if desired.
Amount of time to disconnect when there's no activity. Note that automatic pings will keep the connection alive; this timeout only occurs if there's absolutely nothing, including no responses to websocket ping frames. Since the default pingFrequency is only seconds, this one minute should never elapse unless the connection is actually dead.
For https connections, if this is true, it will fail to connect if the TLS certificate can not be verified. Setting this to false will skip this check and allow the connection to continue anyway.
Group: foundational