net-address
    Preparing search index...

    Represents a Unix domain socket address, consisting of a file system path.

    const socketAddress = new SocketAddrUnix('/tmp/app.sock');
    const windowsNamedPipeAddress = new SocketAddrUnix('\\\\.\\pipe\\app');
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    family: "unix" = 'unix'
    path: string

    Methods