Interface ListenerEndpoint

interface ListenerEndpoint {
    hostname: string;
    port: number;
}

Properties

Properties

hostname: string
port: number

Generated using TypeDoc