IPv4Address.this

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

  1. this()
  2. this(ushort port)
  3. this(uint addr, ushort port)
  4. this(const(char)[] addr, ushort port)
    class IPv4Address
    this
    (
    const(char)[] addr
    ,
    ushort port = PORT_ANY
    )
  5. this(sockaddr* addr)

Meta