Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [Mgr] >  [GatewayInformation]
Private  Storage   

class %CSP.Mgr.GatewayInformation extends %RegisteredObject, %XML.Adaptor

Object returned by %CSP.Mgr.GatewayMgr.GetInfo() call.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 8


Summary

Properties
ActiveInterface Build Configuration EventLog
Version WebServerName WebServerPort WebServerSoftware

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• 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.

Properties

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.