A socket address.

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

Properties

Properties

address: string
port: number