Reference API Roblox

Engine API

Website

Related

Reference API Roblox

WebStreamClient

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]

Member index 6

HistoryMember
686ConnectionState: WebStreamClientState
686Close(): null
686Closed()
686Error(responseStatusCode: int, errorMessage: string)
686MessageReceived(message: string)
686Opened(responseStatusCode: int, headers: string)
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Description

History 7

Members 6

Close

Parameters (0)
No parameters.
Returns (1)
null

History 1

Closed

Parameters (0)
No parameters.

History 1

ConnectionState

TypeDefault
WebStreamClientState
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.

History 1

Tags: [ReadOnly, NotReplicated]

Error

Parameters (2)
responseStatusCodeint
errorMessagestring

History 1

MessageReceived

Parameters (1)
messagestring

History 1

Opened

Parameters (2)
responseStatusCodeint
headersstring

History 1

Settings