a TCP endpoint

interface TcpEndpoint {
    address: string;
    port: number;
}

Hierarchy (View Summary)

Properties

Properties

address: string

address of the endpoint

port: number

port of the endpoint