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.
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
property ActiveInterface
as %String;
property Build
as %String;
The Gateway build number is made up of two numeric components. The first
number indicates the version of Cache with which the Gateway
modules were supplied: e.g. 802 -> Caché v2008.2.x
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 Version
as %String;
Version of Caché
property WebServerName
as %String;
property WebServerPort
as %String;
property WebServerSoftware
as %String(CONTENT="MIXED");
Name and version of the Web server software responding to the request.
Format: name/version