GetClientPrincipal( ) method (Progress.Lang.OERequestInfo)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a handle to a client principal object
in an OERequestInfo instance, or the Unknown value (?).
Note: This method creates a deep copy of the client
principal object that will remain in memory until you explicitly
remove it in your ABL code.
Return type: HANDLE
Access: PUBLIC
Applies to: Progress.Lang.OERequestInfo class
Syntax
|
The bold code in the following fragment shows
the assignment of a handle to the client principal in a server's OERequestInfo instance.
|
See also
CURRENT-REQUEST-INFO attribute, CURRENT-RESPONSE-INFO attribute, LOCAL-VERSION-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute, SetClientPrincipal( ) method