Session MembersQlik Sense .NET SDK - API Reference
The Session type exposes the following members.
Methods

  NameDescription
Public methodStatic memberWithApp(IAppIdentifier, SessionType)
Initializes a app specific session
SessionTypeBehavour
SessionType.DefaultConnects to a app session shared with the Qlik Senese web client
SessionType.RandomConnects to a globaly unique app session
Public methodStatic memberWithApp(IAppIdentifier, String)
Initializes a app specific session with a custom session token
Back to Top
Properties

  NameDescription
Public propertyAppIdentifier
App identifier
Public propertyApplicationPath
Application path
Public propertyStatic memberDefault
Default session usable for conneting to the hub
Public propertyStatic memberRandom
Initializes a globaly unique session.
Public propertySessionToken
Session token
Back to Top
See Also