roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The WebSocketClient class inherits from Instance.

Properties

ConnectionState: WebSocketState

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:WebSocketClient/ConnectionState.
  • Category: Data.
  • Serialization: can save only.
  • Thread safety: read safe

Methods

Close(): null

This class member is missing documentation. Create or add to its subpage at Class:WebSocketClient/Close.
  • Thread safety: unsafe

Send(data: string): null

Parameters
NameType
datastring
  • Thread safety: unsafe

Events

Closed()

This class member is missing documentation. Create or add to its subpage at Class:WebSocketClient/Closed.
  • Thread safety: unsafe

MessageReceived(data: string)

Parameters
NameType
datastring
  • Thread safety: unsafe

Opened()

This class member is missing documentation. Create or add to its subpage at Class:WebSocketClient/Opened.
  • Thread safety: unsafe

External links