An object reference to a Progress.Lang.OERequestInfo class that provides information about a client request sent from this ABL session to an AppServer.
Data type:
Access:
Applies to:
DEFINE VARIABLE hAppSrv AS HANDLE NO-UNDO.DEFINE VARIABLE ccid AS CHARACTER NO-UNDO.CREATE SERVER hAppSrv.ccid = hAppSrv:REQUEST-INFO:ClientContextId.You can also access this attribute using the SELF system handle inside an ABL event procedure that runs when an associated asynchronous remote procedure completes.The following code fragment defines an event procedure (AsynReqIsDone) that you might use to access this attribute in response to an asynchronous remote procedure call:This event procedure accesses the CCID that was sent to the AppServer along with the asynchronous request and assigns the value to the ccid variable defined in the enclosing external procedure.The bold code in the following fragment shows setting a client principal in a server’s OERequestInfo instance:
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |