Progress.Lang.OERequestInfo class
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Contains information pertaining to a specific remote procedure call and is transparently passed between application server sessions and clients in order to send and return contextual information. The information is relevant to the execution of a given request and can include client type, client version, client context identifier (CCID), and a deep copy of a client principal object.
OpenEdge provides instances of this object that you can reference using handle attributes of any server object or asynchronous request object created in an application server client session, and using attributes of the SESSION system handle in an application server session (see the Notes for this class).
Serializable:
No
Constructors
This class does not contain a constructor.
Super Class
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
| AdapterType property | AgentId property | ClientContextId property |
| ProcedureName property | RequestId property | SessionId property (OERequestInfo) |
| ThreadId property | VersionInfo property | – |
Public Methods
| GetClientPrincipal( ) method (Progress.Lang.OERequestInfo) | SetClientPrincipal( ) method |
Public Events
This class does not contain events.
Notes
- In an application server (ABL) client session, you can reference separate instances of this class using the following attributes of a Server object handle or Asynchronous request object handle:
- REQUEST-INFO attribute
- RESPONSE-INFO attribute
- In an application server session, you can reference separate instances of this class using the following attributes of the SESSION system handle:
- CURRENT-REQUEST-INFO attribute
- CURRENT-RESPONSE-INFO attribute
- The AgentId property, the SessionId property (OERequestInfo), and the ThreadId property are for use with PAS for OpenEdge only.
See also
CURRENT-REQUEST-INFO attribute, CURRENT-RESPONSE-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute