PreservedBindingHeader Object
Specifies a list of binding headers to preserve. Each entry includes a Namespace and Name identifying the specific header.
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 properties included in the PreservedBindingHeader object are listed below.
Property | Type | Required | Description |
---|---|---|---|
Namespace | string | Required | The namespace of the header. |
Name | string | Required | The name of the header. |