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 : Response
Methods
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. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!