Property OnReceived
OnReceived
Callback invoked after an HTTP response is received. Parameters are the JSON-RPC method name, HTTP status code, and a truncated response body snippet.
public Action<string, int, string> OnReceived { get; set; }
Callback invoked after an HTTP response is received. Parameters are the JSON-RPC method name, HTTP status code, and a truncated response body snippet.
public Action<string, int, string> OnReceived { get; set; }