IReceiveRequest interface

Streaming receive request definition.

Properties

path

Request path; null on responses.

streams

Gets or sets the collection of stream attachments included in this request.

verb

Request verb; null on responses.

Property Details

path

Request path; null on responses.

path?: string

Property Value

string

streams

Gets or sets the collection of stream attachments included in this request.

streams: ContentStream[]

Property Value

verb

Request verb; null on responses.

verb?: string

Property Value

string