GenericLocation Class
Assembly: Qlik.Sense.JsonRpc.dll
Class for defining and configuring Qlik Sense connections.
Inheritance
-
System.Object
- GenericLocation
Syntax
public abstract class GenericLocation : IGenericLocationProperties
| Name | Description |
|---|---|
| CustomUserAgent |
Custom HTTP user-agent header for identifying application. |
| CustomUserCookies |
Property for custom user cookies |
| CustomUserHeaders |
Property for custom user headers |
| CustomUserUrlParameters |
Property for custom url parameters |
| EnablePing |
If this property is set to |
| ServerUri |
The Uri of the Qlik Sense server |
| SessionCookie |
Gets the session value cookie of the Qlik Sense instance. |
| WebSocketProxy |
The proxy for WebSocket requests. |
Methods
| Name | Description |
|---|---|
| GetWebSocketSessionContainer(ISession) |
Method for retrieving a WebSocketSessionContainer based on the current location and the argument session. |
| GetWebsocketUri(ISession, String) |
Returns the full Uri used when performing a websocket connection. |