An object reference to a Progreses.Lang.OERequestInfo class that returns information about the response to a current request that an AppServer agent returns to an AppServer client. This attribute only has meaning for a session running on an AppServer agent.
Data type:
Access:
Applies to:
Note: The object reference returned by this attribute is of type Progress.Lang.Object. In order to access the OERequestInfo properties of this instance, you must cast any reference to this attribute down to a Progress.Lang.OERequestInfo reference.The following AppServer code fragment assigns a new value for the client context identifier (CCID) that is returned to an AppServer client in response to a current request:
DEFINE VARIABLE ccidResponse AS CHARACTER NO-UNDO.DEFINE VARIABLE rRqInfo AS Progress.Lang.OERequestInfo NO-UNDO.ASSIGNrRqInfo = CAST(SESSION:CURRENT-RESPONSE-INFO, Progress.Lang.OERequestInfo)rRqInfo:ClientContextId = ccidResponse.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |