InternetAddress.this

Construct a new InternetAddress.

  1. this(const(char)[] addr, ushort port)
  2. this(uint addr, ushort port)
    class InternetAddress
    pure nothrow @nogc
    this
    (
    uint addr
    ,
    ushort port
    )
  3. this(ushort port)
  4. this(sockaddr_in addr)

Parameters

addr uint

(optional) an IPv4 address in host byte order, may be ADDR_ANY.

port ushort

port number, may be PORT_ANY.

Meta