Class HeaderBindingConfiguration
Inheritance
System.Object
HeaderBindingConfiguration
Namespace: FunctionMonkey.Abstractions.Builders.Model
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class HeaderBindingConfiguration : object
Properties
| Improve this Doc View SourcePropertyFromHeaderMappings
Allows header names to be mapped to more cleanly named properties (e.g. the property OperationId is sourced from x-operation-id) The key is the property name, the value the header.
Declaration
public Dictionary<string, string> PropertyFromHeaderMappings { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |