共用方式為


IReceiveRequest interface

串流接收要求定義。

屬性

path

要求路徑;回應上的 null。

streams

取得或設定這個要求中包含的數據流附件集合。

verb

要求動詞;回應上的 null。

屬性詳細資料

path

要求路徑;回應上的 null。

path?: string

屬性值

string

streams

取得或設定這個要求中包含的數據流附件集合。

streams: ContentStream[]

屬性值

verb

要求動詞;回應上的 null。

verb?: string

屬性值

string