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: 2.1.0.0+Build:7.origin/release/ms13
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 asynchronously.
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 asynchronously.
Top
See Also