Class OnRequestExecutingEventArgs
Represents a set of 
Inheritance
System.Object
    OnRequestExecutingEventArgs
  Namespace: EasyPost
Assembly: EasyPost.dll
Syntax
public class OnRequestExecutingEventArgs : EventArgs
  Properties
| Improve this Doc View SourceHeaders
The 
Declaration
public HttpRequestHeaders Headers { get; }
  Property Value
| Type | Description | 
|---|---|
| HttpRequestHeaders | 
Id
A unique identifier for the HTTP request-response pair.
Declaration
public Guid Id { get; }
  Property Value
| Type | Description | 
|---|---|
| Guid | 
Method
The 
Declaration
public HttpMethod Method { get; }
  Property Value
| Type | Description | 
|---|---|
| HttpMethod | 
RequestBody
The 
Declaration
public HttpContent? RequestBody { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<HttpContent> | 
RequestTimestamp
The timestamp of the HTTP request.
Declaration
public int RequestTimestamp { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Uri
The Uri of the HTTP request.
Declaration
public Uri? Uri { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<Uri> |