class %CSP.Mgr.GatewayInformation
extends %RegisteredObject, %XML.Adaptor
Object returned by %CSP.Mgr.GatewayMgr.GetInfo() call.
parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default).
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.
property ActiveInterface
as %String;
Web Server interface used by the CSP Gateway
property Build
as %String;
The Gateway build number is made up of two numeric components. The first
number indicates the version of InterSystems IRIS with which the Gateway
modules were supplied: e.g. 802 -> 2008.2
The second number is the internal Gateway build number. This number is
incremented every time a modification is made to the Gateway modules, and,
because of this, is the critical factor in determining whether of not a
particular feature is include in a particular version.
property Configuration
as %String(CONTENT="MIXED");
Path to the Gateway's configuration file (CSP.ini)
property EventLog
as %String(CONTENT="MIXED");
Path to the Gateway's Event Log file (CSP.log)
property Version
as %String;
Version of InterSystems IRIS
property WebServerName
as %String;
Web Server Name
property WebServerPort
as %String;
Web Server TCP Port
property WebServerSoftware
as %String(CONTENT="MIXED");
Name and version of the Web server software responding to the request.
Format: name/version