Class StreamResourceContentCommandResponse
Response for Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming.
public sealed class StreamResourceContentCommandResponse : ICommandResponse<StreamResourceContentCommandSettings>, ICommandResponse
- Inheritance
-
StreamResourceContentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BufferedData
Data that has been buffered until streaming is enabled.
[JsonPropertyName("bufferedData")]
public string BufferedData { get; set; }