Class HeaderConfigurator
Provides general configuration reading logic for headers. Note: This class is not invoked by default glue runtime, so default application configurations that include header injections will be ignored unless this class is specifically called from code. This is because conf-based header injection is a rare case that may need to be controlled by a particular application
Inheritance
System.Object
HeaderConfigurator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Glue.Protocol
Assembly: NFX.dll
Syntax
public static class HeaderConfigurator
Fields
CONFIG_HEADER_SECTION
Declaration
public const string CONFIG_HEADER_SECTION = "header"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_HEADERS_SECTION
Declaration
public const string CONFIG_HEADERS_SECTION = "headers"
Field Value
Type | Description |
---|---|
System.String |
Methods
ConfigureHeaders(IList<Header>, IConfigSectionNode)
Declaration
public static void ConfigureHeaders(IList<Header> headers, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Header> | headers | |
IConfigSectionNode | node |