DccServer.clientAddress

The IP address of the DCC server in network byte order.

If not explicitly provided, this defaults to the result of looking up the hostname for the associated IRC client.

  1. uint clientAddress()
    class DccServer
    const pure @property
    uint
    clientAddress
    ()
  2. void clientAddress(uint addr)
  3. void clientAddress(char[] hostName)
  4. void clientAddress(Address address)

Meta