WebStreamClientType
Specifies what type of streaming to use when creating a WebStreamClient.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
686 | SSE | 0 | Traditional Server-Sent Events (SSE) client. Requires | |
686 | RawStream | 1 | The client can connect to any server that provides streaming data transfer (e.g. chunked encoding). It provides no guarantees about the stream format. |
Description
Specifies what type of streaming to use when creating a WebStreamClient.