Click or drag to resize
Response Class
Websocket response object
Inheritance Hierarchy
SystemObject
  Qlik.Engine.Communication.IOResponse

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Response

The Response type exposes the following members.

Methods
  NameDescription
Public methodResultT
Gets custom result from a json response. Wrapper for ValueT(String) that assumes the property to deserialize is found in the result part of the response.
Public methodResultAsyncT
Gets custom result from a json response. Wrapper for ValueT(String) that assumes the property to deserialize is found in the result part of the response asyncronously.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodToString(Formatting)
Returns a string that represents the current object.
Public methodValueT
Gets custom value from a json response.
Public methodValueAsyncT
Gets custom value from a json response asyncronously.
Top
See Also