BindingHeaderInstructions Object
Includes the instructions for processing binding headers.
This object is used by the following operations:
- GET api/apis/versions/{ApiVersionID}/implementations/{ImplCode}/headersettings
- PUT api/apis/versions/{ApiVersionID}/implementations/{ImplCode}/headersettings
- Operations that reference the APIOperationHeaderSettings object
The BindingHeaderInstructions object supports two properties for controlling, which binding headers must be preserved during processing. Use either PreserveBindingHeaders or PreservedBindingHeader.
The properties included in the BindingHeaderInstructions object are listed below.
Property | Type | Description |
---|---|---|
PreserveBindingHeaders | boolean | Indicates whether binding headers must be preserved during processing. Values can be either true or false. |
PreservedBindingHeader | PreservedBindingHeader[ ] | A list of specific binding headers that must be preserved. |