Table of Contents

Delegate OnRequestPreparedEventHandler

Namespace
Supabase.Postgrest
Assembly
Supabase.Postgrest.dll

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

sender object
Delegate representing the request to be sent to the remote server.
clientOptions ClientOptions
Delegate representing the request to be sent to the remote server.
method HttpMethod
Delegate representing the request to be sent to the remote server.
url string
Delegate representing the request to be sent to the remote server.
serializerSettings JsonSerializerSettings
Delegate representing the request to be sent to the remote server.
data object
Delegate representing the request to be sent to the remote server.
headers Dictionary<string, string>
Delegate representing the request to be sent to the remote server.