IStreamingResponse.IsStreamingChannel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicate if the current channel supports intermediate messages.
public bool IsStreamingChannel { get; }
member this.IsStreamingChannel : bool
Public ReadOnly Property IsStreamingChannel As Boolean
Property Value
Remarks
Channels that don't support intermediate messages will buffer text, and send a normal final message when EndStreamAsync is called.