Class MsgInspectorConfigurator
Provides general configuration reading logic for message inspectors
Inheritance
System.Object
MsgInspectorConfigurator
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
Assembly: NFX.dll
Syntax
public static class MsgInspectorConfigurator
Fields
CONFIG_CLIENT_INSPECTORS_SECTION
Declaration
public const string CONFIG_CLIENT_INSPECTORS_SECTION = "client-inspectors"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_INSPECTOR_SECTION
Declaration
public const string CONFIG_INSPECTOR_SECTION = "inspector"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_NAME_ATTR
Declaration
public const string CONFIG_NAME_ATTR = "name"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_POSITION_ATTR
Declaration
public const string CONFIG_POSITION_ATTR = "position"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_SERVER_INSPECTORS_SECTION
Declaration
public const string CONFIG_SERVER_INSPECTORS_SECTION = "server-inspectors"
Field Value
Type | Description |
---|---|
System.String |
Methods
ConfigureClientInspectors(Registry<IClientMsgInspector>, IConfigSectionNode)
Declaration
public static void ConfigureClientInspectors(Registry<IClientMsgInspector> registry, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
Registry<IClientMsgInspector> | registry | |
IConfigSectionNode | node |
ConfigureServerInspectors(Registry<IServerMsgInspector>, IConfigSectionNode)
Declaration
public static void ConfigureServerInspectors(Registry<IServerMsgInspector> registry, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
Registry<IServerMsgInspector> | registry | |
IConfigSectionNode | node |