Response Class
Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Websocket response object
Inheritance
-
System.Object
-
Response
- Response
-
Response
Syntax
public class Response : ResponseMethods
| Name | Description |
|---|---|
| Result<T>(String) |
Gets custom result from a json response. Wrapper for Value<T>(String) that assumes the property to deserialize is found in the result part of the response. |
| ResultAsync<T>(String) |
Gets custom result from a json response. Wrapper for Value<T>(String) that assumes the property to deserialize is found in the result part of the response asynchronously. |
| ToString() |
Returns a string that represents the current object. |
| ToString(Formatting) |
Returns a string that represents the current object. |
| Value<T>(String) |
Gets custom value from a json response. |
| ValueAsync<T>(String) |
Gets custom value from a json response asynchronously. |