Base class of a request
More...
|
Action< T > | OnComplete |
| Action that occurs when the request is completed More...
|
|
bool | keepAlive = false |
| Do not destroy the request after completion. If true, you must call Dispose yourself when you no longer need it to avoid memory leaks. More...
|
|
Base class of a request
- Template Parameters
-
◆ Dispose()
◆ keepAlive
Do not destroy the request after completion. If true, you must call Dispose yourself when you no longer need it to avoid memory leaks.
◆ OnComplete
Action that occurs when the request is completed
◆ customFields
Gets a dictionary of custom fields
◆ this[string key]
Gets and sets the user value to be stored in a request
- Parameters
-
- Returns
- Value