Request Class
Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
Assembly: Qlik.Sense.JsonRpc.dll
Class representing a request to send on a web socket connection.
Inheritance
-
System.Object
- Request
Syntax
public class Request
Constructors
Name | Description |
---|---|
Request(Int32, String, IEnumerable<String>, Object[]) |
Creates a request object. |
Request(Int32, String, Nullable<Boolean>, IEnumerable<String>, Object[]) |
Creates a request object. |
Properties
Name | Description |
---|---|
Id |
Unique request id, used to match requests with responses |