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

The WebStreamClient class inherits from Object.

Properties

ConnectionState: WebStreamClientState

  • 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:WebStreamClient/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:WebStreamClient/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:WebStreamClient/Closed.
  • Thread safety: unsafe

Error(responseStatusCode: int, errorMessage: string)

Parameters
NameType
responseStatusCodeint
errorMessagestring
  • Thread safety: unsafe

MessageReceived(message: string)

Parameters
NameType
messagestring
  • Thread safety: unsafe

Opened(responseStatusCode: int, headers: string)

Parameters
NameType
responseStatusCodeint
headersstring
  • Thread safety: unsafe

External links