WebStreamClientState
WebStreamClientState indicates the current state of a WebStreamClient object.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
686 | Connecting | 0 | The client has sent a request to connect with the server and is waiting for a response. | |
686 | Open | 1 | The client is connected to the server, allowing for data to be streamed between the server and client. | |
686 | Error | 2 | An unrecoverable error has occured while setting up the connection orduring the connection lifetime, cutting off the stream. | |
686 | Closed | 3 | The connection has run to completion without issues, either closed naturally by the server or manually by the user. |
Description
WebStreamClientState indicates the current state of a WebStreamClient object.
History 5
- 686 Add Open
- 686 Add Error
- 686 Add Connecting
- 686 Add Closed
- 686 Add WebStreamClientState