InternetAddress.this

-port- can be PORT_ANY -addr- is an IP address or host name

  1. this()
  2. this(const(char)[] addr, int port)
    class InternetAddress
    this
    (
    const(char)[] addr
    ,
    int port = PORT_ANY
    )
  3. this(uint addr, ushort port)
  4. this(ushort port)

Meta