SysSingleton optional properties
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
See also | See also [[SysSingleton GetSystemUrl]] | ||
SysSingleton.ClientIp:String, Transient - if found Turnkey will fill in with ClientIp | Turnkey now check for SysSingleton properties that are filled if found(in StreamingApp_API_Base Open). Strongly suggest you have these non persistent to get the desired per user-session result: | ||
SysSingleton.SystemType:String, Transient - if found Turnkey will fill in with TurnkeyNetFramework or TurnkeyNetCore | * SysSingleton.ClientIp:String, Transient - if found Turnkey will fill in with ClientIp | ||
SysSingleton.UserAgent:String, Transient - if found Turnkey will fill in with User-agent from client | * SysSingleton.SystemType:String, Transient - if found Turnkey will fill in with ''TurnkeyNetFramework'' or ''TurnkeyNetCore'' | ||
* SysSingleton.UserAgent:String, Transient - if found Turnkey will fill in with User-agent from client |
Revision as of 10:29, 23 September 2021
This page was created by Hans.karlsen on 2021-09-23. Last edited by Stephanie on 2025-02-18.
See also SysSingleton GetSystemUrl
Turnkey now check for SysSingleton properties that are filled if found(in StreamingApp_API_Base Open). Strongly suggest you have these non persistent to get the desired per user-session result:
- SysSingleton.ClientIp:String, Transient - if found Turnkey will fill in with ClientIp
- SysSingleton.SystemType:String, Transient - if found Turnkey will fill in with TurnkeyNetFramework or TurnkeyNetCore
- SysSingleton.UserAgent:String, Transient - if found Turnkey will fill in with User-agent from client