OnApiRequestArgs
Namespace: Signal.Bot.Args
Full Name: Signal.Bot.Args.OnApiRequestArgs
Summary
Provides event data for API request events, containing the request details before it is sent to the Signal Bot API.
Properties
Request
The IRequest that will be sent to the Signal Bot API.
RequestMessage
The HttpRequestMessage containing the raw HTTP request details.
Methods
#ctor
csharp
#ctor(Request, RequestMessage)Provides event data for API request events, containing the request details before it is sent to the Signal Bot API.
Parameters:
Request- TheIRequestthat will be sent to the Signal Bot API.RequestMessage- TheHttpRequestMessagecontaining the raw HTTP request details.
