Discuss this help topic in SecureBlackbox Forum
The entities on whose behalf the requester is acting.
Declaration
[C#]
TElStringList RequesterIDs;
[VB.NET]
Property RequesterIDs As TElStringList
[Pascal]
property RequesterIDs : TElStringList;
[C++]
TElStringList* get_RequesterIDs();
[PHP]
TElStringList get_RequesterIDs()
[Java]
TElStringList getRequesterIDs();
Description
The list of entities specified by this property is used to communicate the chain of requesters when proxying occurs.
Discuss this help topic in SecureBlackbox Forum