Engine_Server_Configuration Class
Overall configuration for the microservices exposed by this data layer
Namespace: SobekCM.Core.Configuration.EngineAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("EngineConfig")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Engine_Server_Configuration |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Components | List of all the components specified in the configuration file |
| Error | Any error associated with reading the configuration file into this object |
| RestrictionRanges | List of all the possible restriction ranges ( each defined by multiple
possible IP address ranges ) in the configuration file |
| RootPaths | Collection of all the root paths/endpoints (defined hierarchically) |
See Also