Maintains a streaming connection.
Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]
Maintains a streaming connection. To process stream events as they arrive,
connect callback functions to each event using
RBXScriptSignal:Connect().
Parameters (0) |
---|
No parameters. |
Returns (1) |
---|
null |
History 1
Parameters (0) |
---|
No parameters. |
History 1
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 1
Tags: [ReadOnly, NotReplicated]
Parameters (2) |
---|
responseStatusCode | int |
errorMessage | string |
Fires if an error is received while establishing the connection or during
the connection lifetime.
History 1
Fires each time a message is received from the server. The format differs
based on the WebStreamClientType.
History 1
Parameters (2) |
---|
responseStatusCode | int |
Fires when the a connection is successfully established between the client
and server, allowing for events to begin streaming. Provides any response
headers in raw format, which can be used for validation.
History 1