Interface TlsPassthroughEvent

interface TlsPassthroughEvent {
    hostname?: string;
    id: string;
    remoteIpAddress: string;
    remotePort: number;
    tags: string[];
    timingEvents: TlsTimingEvents;
    tlsMetadata: TlsSocketMetadata;
    upstreamPort: number;
}

Hierarchy (view full)

Properties

hostname?: string
id: string
remoteIpAddress: string
remotePort: number
tags: string[]
timingEvents: TlsTimingEvents
tlsMetadata: TlsSocketMetadata
upstreamPort: number