Qlik.Sense.JsonRpc Namespace
Classes
| CommunicationErrorEventArgs | Communication error received during connection to a Qlik Sense instance | 
| CommunicationErrorException | Exception thrown when an attempt to open a websocket connection fails. | 
| GenericLocation | Class for defining and configuring Qlik Sense connections. | 
| Location | Handles the location of the Qlik Sense instance | 
| MethodInvocationException | The Exception thrown when a method has gone wrong on the server during execution. | 
| MethodInvocationException.Error | Qlik Sense error | 
| PushMessageEventArgs | EventArgs for a response from the server without specific receiver. | 
| PushMethodReceivedEventArgs | The argument structure used for events that are fired when push methods are received from Qlik Sense. | 
| QcsLocation | Class for defining and configuring Qlik Cloud Services connections. | 
| QcsSessionInfo | |
| Request | Class representing a request to send on a web socket connection. | 
| Response | Class representing a response received on a web socket connection. | 
| RpcConnection | RpcConnection is responsible for handling the JsonRpc traffic to and from a Qlik Sense instance. | 
| Session | Contains Information to attach to a specific Qlik engine session When connecting to a Qlik Sense app you can work with sessions. Sessions specify who should see changes in an app, and are based on combining userId and session key. | 
| WebSocketSessionContainer | Class responsible for managing web socket connections to Qlik Sense. | 
Interfaces
| IGenericLocation | Interface for accessing information relating to Qlik Sense locations. | 
| ILocation | Interface for Qlik Sense instance location handling | 
| IQcsLocation | Interface for Qlik Cloud Services location handling. | 
| IRpcConnection | RpcConnection is responsible for handling the JsonRpc traffic to and from a a Qlik Sense instance. | 
| ISession | Contains Information to attach to a specific qlik engine session When connecting to a Qlik Sense app you can work with sessions. Sessions specify who should see changes in an app, and are based on combining userId and session key. | 
| IWebSocketSessionContainer | Interface used for managing web socket connections to Qlik Sense. | 
Enums
| ConnectionState | |
| WebSocketConnectionResults | Enumeration type used to indicate result of an attempt to open a web socket connection. |