UnknownAddressReference.this

Constructs an Address with a copy of the specified sockaddr.

  1. this(sockaddr* sa, socklen_t len)
  2. this(const(sockaddr)* sa, socklen_t len)
    class UnknownAddressReference
    @system pure nothrow
    this
    (
    const(sockaddr)* sa
    ,
    socklen_t len
    )

Meta