NetworkAddress.toString

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

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

Meta