Class HostAddress

Hierarchy

  • HostAddress

Constructors

  • Parameters

    • hostString: string

    Returns HostAddress

Properties

host: string
isIPv6: boolean
port: number
socketPath: string

Methods

  • Returns string

  • Returns {
        host: string;
        port: number;
    }

    • host: string
    • port: number
  • Returns string

  • Parameters

    • host: string
    • port: number

    Returns HostAddress

  • Parameters

    • __namedParameters: SrvRecord

    Returns HostAddress

  • Parameters

    • this: void
    • s: string

    Returns HostAddress

Generated using TypeDoc