CustomContextOptions interface
Options for call custom context.
Properties
user |
UUI header. |
x |
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
Warning
This API is now deprecated.
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
xHeader[]