HttpContentStream class
StreamingRequest의 스트림 컬렉션 내에 포함된 첨부 파일이며, 그 자체에는 모든 형태의 미디어 항목이 포함되어 있습니다.
생성자
| Http |
HttpContentStream 클래스의 새 인스턴스를 초기화합니다. |
속성
| content | |
| description | |
| id |
생성자 세부 정보
HttpContentStream(HttpContent)
HttpContentStream 클래스의 새 인스턴스를 초기화합니다.
new HttpContentStream(content: HttpContent)
매개 변수
- content
- HttpContent
속성 세부 정보
content
description
description: { id: string, length: number, type: string }
속성 값
{ id: string, length: number, type: string }
id
id: string
속성 값
string