Request Class
Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
The asynchronous request RPC message sent to a Qlik Sense server
Inheritance
-
System.Object
-
Request
- Request
-
Request
Syntax
public class Request : RequestConstructors
| Name | Description |
|---|---|
| Request(AsyncHandle, Int32, String, IEnumerable<String>, Object[]) |
Creates a request with a specified user handle that can be used to monitor the progress of the request. GetProgressAsync(AsyncHandle) |
| Request(Int32, String, IEnumerable<String>, Object[]) |
Creates a request object. |
| Request(Int32, String, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<String>, Object[]) |
Creates a request object. |
Fields
| Name | Description |
|---|---|
| CustomRpcHeaders |
Dictionary containing custom headers that will be included in all JSON-RPC calls to the engine. |
Methods
| Name | Description |
|---|---|
| AddHeader(String, Object) |
Method for adding JSON RPC headers to a Request object |