Location Class
Assembly: Qlik.Sense.JsonRpc.dll
Handles the location of the Qlik Sense instance
Inheritance
-
System.Object
-
GenericLocation
- Location
-
GenericLocation
Syntax
public class Location : GenericLocation, ILocation, IGenericLocation, IDisposableProperties
| Name | Description |
|---|---|
| CertificateValidation |
Indicates if invalid certificates should be ignored. |
| VirtualProxyPath |
Virtual path to the proxy. |
Methods
| Name | Description |
|---|---|
| AsAnonymousUserViaProxy(Boolean) |
Defining the location as a connection to Qlik Sense as an anonymous user. |
| AsDirectConnection(String, String, X509Certificate2Collection, Boolean) |
Defining the location as a direct connection to Qlik Sense using a specific user. Connection will be made to port 4747 unless port is explicitly stated in location URI. |
| AsDirectConnection(String, String, X509Certificate2Collection, Int32, Boolean) |
Defining the location as a direct connection to Qlik Sense using a specific user. |
| AsDirectConnectionToPersonalEdition() |
Defining the location as a direct connection to Qlik Sense Personal. Connection will be made to port 4848 unless port is explicitly stated in location URI. |
| AsDirectConnectionToPersonalEdition(Int32) |
Defining the location as a direct connection to Qlik Sense Personal. |
| AsExistingSessionViaProxy(String, String, Boolean) |
Defining the location as a connection to Qlik Sense using an existing session. |
| AsJwtViaProxy(String, Boolean) |
Defining the location as a connection to Qlik Sense using JWT Authentication. |
| AsNtlmUserViaProxy(NetworkCredential, Boolean) |
Defining the location as a connection to Qlik Sense using NTLM Authentication. |
| AsStaticHeaderUserViaProxy(String, String, Boolean) |
Defining the location as a static header connection to Qlik Sense using a specific user. |
| AsTicketViaProxy(String, Boolean) |
Authenticate using an ticket retrieved from a Qlik Proxy Service (QPS). |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| 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. |