다음을 통해 공유


ContentStream 클래스

정의

디코딩할 콘텐츠를 포함하는 고정 또는 무한 길이의 스트림입니다.

public class ContentStream : Microsoft.Bot.Streaming.Payloads.IContentStream
type ContentStream = class
    interface IContentStream
Public Class ContentStream
Implements IContentStream
상속
ContentStream
구현

생성자

ContentStream(Guid, PayloadStreamAssembler)

ContentStream 클래스의 새 인스턴스를 초기화합니다.

속성

ContentType

이 ContentStream에 포함된 개체 형식의 이름을 가져오거나 설정합니다.

Id

이 ContentStream의 고유 식별자로 사용할 GUID를 가져옵니다.

Length

이 ContentStream의 길이를 가져오거나 설정합니다.

Stream

이 ContentStream에 포함된 데이터를 가져옵니다.

메서드

Cancel()

이 인스턴스의 처리를 취소하기 위해 호출됩니다. 할당된 PayloadStreamAssembler에서 Close()를 호출합니다.

적용 대상