Internet6Address.this

Construct a new Internet6Address.

  1. this(const(char)[] addr, const(char)[] service)
  2. this(const(char)[] addr, ushort port)
  3. this(ubyte[16] addr, ushort port)
    class Internet6Address
    pure nothrow @nogc
    this
    (
    ubyte[16] addr
    ,
    ushort port
    )
  4. this(ushort port)
  5. this(sockaddr_in6 addr)

Parameters

addr ubyte[16]

(optional) an IPv6 host address in host byte order, or ADDR_ANY.

port ushort

port number, may be PORT_ANY.

Meta