IGenericLocation Interface
  Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
  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.  | 
      
| EnablePing | 
           If this property is set to   | 
      
| ServerUri | 
           The Uri of the Qlik Sense server  | 
      
| 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.  |