Internet6Address.this

Construct a new Internet6Address.

  1. this(const(char)[] addr, const(char)[] service)
    class Internet6Address
    @trusted
    this
    (
    scope const(char)[] addr
    ,
    scope const(char)[] service = null
    )
  2. this(const(char)[] addr, ushort port)
  3. this(ubyte[16] addr, ushort port)
  4. this(ushort port)
  5. this(sockaddr_in6 addr)

Parameters

addr const(char)[]

an IPv6 host address string in the form described in RFC 2373, or a host name which will be resolved using getAddressInfo.

service const(char)[]

(optional) service name.

Meta