Delegate OnRequestPreparedEventHandler
Delegate representing the request to be sent to the remote server.
public delegate void OnRequestPreparedEventHandler(object sender, ClientOptions clientOptions, HttpMethod method, string url, JsonSerializerSettings serializerSettings, object? data = null, Dictionary<string, string>? headers = null)
Parameters
senderobject- Delegate representing the request to be sent to the remote server.
clientOptionsClientOptions- Delegate representing the request to be sent to the remote server.
methodHttpMethod- Delegate representing the request to be sent to the remote server.
urlstring- Delegate representing the request to be sent to the remote server.
serializerSettingsJsonSerializerSettings- Delegate representing the request to be sent to the remote server.
dataobject- Delegate representing the request to be sent to the remote server.
headersDictionary<string, string>- Delegate representing the request to be sent to the remote server.