次の方法で共有


HttpContentStream class

StreamingRequest のストリーム コレクション内に含まれる添付ファイル。それ自体には任意の形式のメディア項目が含まれます。

コンストラクター

HttpContentStream(HttpContent)

HttpContentStream クラスの新しいインスタンスを初期化します。

プロパティ

content
description
id

コンストラクターの詳細

HttpContentStream(HttpContent)

HttpContentStream クラスの新しいインスタンスを初期化します。

new HttpContentStream(content: HttpContent)

パラメーター

content
HttpContent

HttpContentStream に割り当てる HttpContent

プロパティの詳細

content

content: HttpContent

プロパティ値

description

description: { id: string, length: number, type: string }

プロパティ値

{ id: string, length: number, type: string }

id

id: string

プロパティ値

string