SockAddrIPv4.this

Construct a SockAddrIPv4

  1. this(in_addr addr, ushort port)
    struct SockAddrIPv4
    nothrow @safe @nogc
    this
    (
    in_addr addr
    ,
    ushort port = PORT_ANY
    )
  2. this(string addr, ushort port)
  3. this(sockaddr* sa, socklen_t length)
  4. this(IPv4 addr, ushort port)

Meta