Interface RawPassthroughEvent

interface RawPassthroughEvent {
    destination: Destination;
    id: string;
    remoteIpAddress: string;
    remotePort: number;
    tags: string[];
    timingEvents: ConnectionTimingEvents;
}

Hierarchy (view full)

Properties

destination: Destination
id: string
remoteIpAddress: string

The IP address of the remote client that initiated the connection.

remotePort: number

The port of the remote client that initiated the connection.

tags: string[]