SetClientPrincipal( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Stores a deep copy (clone) of a client principal
object in an OERequestInfo instance.
On successful execution this method returns TRUE.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Lang.OERequestInfo class
Syntax
|
- hClientPrincipal
- A handle that refers to a valid client principal object, or
to the Unknown value (
?). If hClientPrincipal is the Unknown value (?), then a client principal object within theOERequestInfoinstance is deleted. If hClientPrincipal is invalid, the method returns FALSE.
The bold code in the following fragment shows setting
a client principal in a server's server's OERequestInfo instance:
|
See also
GetClientPrincipal( ) method (Progress.Lang.OERequestInfo), CURRENT-REQUEST-INFO attribute, CURRENT-RESPONSE-INFO attribute, LOCAL-VERSION-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute