HttpCallbackSender constructor

Sender for performing callback requests.

public HttpCallbackSender(HttpClient http, ICallbackSigner? signer = null)
parameter description
http The HTTP client to use for sending requests.
signer The optional callback signer for signing requests.

Remarks

Initializes a new instance of the HttpCallbackSender class.

See Also