QcsLocation Class
Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
Assembly: Qlik.Sense.JsonRpc.dll
Class for defining and configuring Qlik Cloud Services connections.
Inheritance
-
System.Object
-
GenericLocation
- QcsLocation
-
GenericLocation
Syntax
public class QcsLocation : GenericLocation, IQcsLocation, IGenericLocationProperties
| Name | Description |
|---|---|
| SessionInfo |
Returns the session information associated with the current connection. |
Methods
| Name | Description |
|---|---|
| AsApiKey(String) |
Configure the location to use an API key for authentication. |
| AsExistingSession(JObject) |
Configure the location to use an already existing session. |
| AsExistingSession(QcsSessionInfo) |
Configure the location to use an already existing session. |
| AsExistingSession(String, String, String) |
Configure the location to use an already existing session. |
| AsJwt(String) |
Configure the location to use a JSON Web Token for authentication. |
| FromUri(String) |
Gets a reference to a remote Qlik Sense instance at a specific Uri. |
| FromUri(Uri) |
Gets a reference to a Qlik Sense instance at a specific Uri |
| GetWebsocketUri(ISession, String) |
Returns the full Uri used when performing a websocket connection. |