ReceiveRequest.Streams 属性

定义

获取或设置此请求中包含的流附件的集合。

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

属性值

List<T>与此请求关联的项的 IContentStream

适用于