CustomContextOptions interface

Options for call custom context.

Properties

userToUser

UUI header.

xHeaders

X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

Property Details

userToUser

UUI header.

userToUser?: string

Property Value

string

xHeaders

X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

xHeaders?: xHeader[]

Property Value