interface SocketInfo {
    localAddress?: string;
    remoteAddress?: string;
}

Properties

localAddress?: string
remoteAddress?: string