Click or drag to resize

aceServerInitFlags Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Server init options

Namespace:  imbACE.Network.internet.config
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
[FlagsAttribute]
public enum aceServerInitFlags
Request Example View Source
Members
  Member nameValueDescription
none0
enforceALC1 To enforce Access Level Control (authorization)
enforceIPDoubleCheck2 Should it check IP allow list in user definition
enforceIPGlobalCheck4 It uses IP allowed list from configParameters
enforceLocalhostOnly8 It will ignore both enforceIPGlobalCheck and enforceIPDoubleCheck and allow only local host to send requests.
enforceLocalNetworkNodeOnly16 Allow access all ip addressed with the same network prefix
See Also