OnApiResponseArgs
Namespace: Signal.Bot.Args
Full Name: Signal.Bot.Args.OnApiResponseArgs
Summary
Provides event data for API response events, containing the request details and the corresponding HTTP response.
Properties
Request
The IRequest that was sent to the Signal Bot API.
RequestMessage
The HttpRequestMessage containing the raw HTTP request details.
ResponseMessage
The HttpResponseMessage containing the HTTP response received from the API.
Methods
#ctor
csharp
#ctor(Request, RequestMessage, ResponseMessage)Provides event data for API response events, containing the request details and the corresponding HTTP response.
Parameters:
Request- TheIRequestthat was sent to the Signal Bot API.RequestMessage- TheHttpRequestMessagecontaining the raw HTTP request details.ResponseMessage- TheHttpResponseMessagecontaining the HTTP response received from the API.
