Freigeben über


IStreamingResponse.IsStreamingChannel Property

Definition

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.

Applies to