ResolvedCallback
Context used to resolve a callback. Compatible with the JSON response from a push_transaction
call.
Summary
Members | Descriptions |
---|---|
| The URL to hit. |
| Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect. |
| The callback payload as a object that should be encoded to JSON and POSTed to background callbacks. |
Members
public string
Url
The URL to hit.
public bool
Background
Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.
public
CallbackPayload
Payload
The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.
Last updated