Interface DropArgument

interface DropArgument {
    localAddress?: string;
    localFamily?: string;
    localPort?: number;
    remoteAddress?: string;
    remoteFamily?: string;
    remotePort?: number;
}

Properties

localAddress?: string
localFamily?: string
localPort?: number
remoteAddress?: string
remoteFamily?: string
remotePort?: number