skip to main content
OpenEdge Mobile 11.5.1 Updates : Session management updates : JSDOSession properties : serviceURI property
 
serviceURI property
Returns the URI to the Mobile Web application that has been passed as an option to the class constructor for the current JSDOSession object or that has been passed as a parameter to the most recent call to the login( ) method on the current Session object, whether or not the most recent call to login( ) succeeded.
Data type: String
Access: Read-only
Applies to: progress.data.JSDOSession class, progress.data.Session class

See also:

login( ) method (Session class)