IGenericLocation Interface
Assembly: Qlik.Sense.JsonRpc.dll
Interface for accessing information relating to Qlik Sense locations.
Syntax
public interface 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 |
| WebSocketProxy |
The proxy for WebSocket requests. |
Methods
| Name | Description |
|---|---|
| AsManualConfiguration() |
Leave location without any configurations leaving it to the user to set headers, url parameters and/or cookies according to own needs. |
| 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. |