Interface TlsConnectionEvent

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

Hierarchy (view full)

Properties

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