Returns a string representation of the specified url object.
Syntax
toString( iobject )
iobject.toString( )
Parameters
iobject
|
the server socket, socket, inet address, url connection or url object to use.
|
Returns
string
|
the string representation of the specified object.
|
Example
println( u.toString( ) )
|