Function NetworkAddress.toString
Returns a full string representation of the address, including the port number.
string toString() nothrow @safe const;
void toString
(
scope @safe void delegate(const(char)[]) sink
) nothrow @safe const;