Class Hooks
Class representing a set of callbacks to use for introspecting API requests made by an EasyPostClient.
Inheritance
System.Object
    Hooks
  Namespace: EasyPost
Assembly: EasyPost.dll
Syntax
public class Hooks : object
  Properties
| Improve this Doc View SourceOnRequestExecuting
An 
Declaration
public EventHandler<OnRequestExecutingEventArgs>? OnRequestExecuting { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<EventHandler<OnRequestExecutingEventArgs>> | 
OnRequestResponseReceived
An 
Declaration
public EventHandler<OnRequestResponseReceivedEventArgs>? OnRequestResponseReceived { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<EventHandler<OnRequestResponseReceivedEventArgs>> |