StreamingResponse.Streams 속성

정의

이 응답에 연결된 스트림의 컬렉션을 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.ResponseMessageStream> Streams { get; set; }
member this.Streams : System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.ResponseMessageStream> with get, set
Public Property Streams As List(Of ResponseMessageStream)

속성 값

List<T> 형식의 ResponseMessageStream입니다.

적용 대상