CallbackRequest constructor
Initializes a new instance of the CallbackRequest class.
public CallbackRequest(string callbackId, string operationId, Uri targetUrl, string httpMethod,
IDictionary<string, string> headers, string contentType, byte[]? body, string correlationId,
string idempotencyKey, TimeSpan timeout)
| parameter | description |
|---|---|
| callbackId | |
| operationId | |
| targetUrl | |
| httpMethod | |
| headers | |
| contentType | |
| body | |
| correlationId | |
| idempotencyKey | |
| timeout |
See Also
- class CallbackRequest
- namespace Kestrun.Callback