NetworkAddress.toString

Returns a full string representation of the address, including the port number.

  1. string toString()
    struct NetworkAddress
    const
    string
    toString
    ()
  2. void toString(void delegate(const(char)[]) @(safe) sink)

Meta