to_string


Description:

[ Version ( since = "2.48" ) ]
public abstract string to_string ()

Format a SocketConnectable as a string.

This is a human-readable format for use in debugging output, and is not a stable serialization format. It is not suitable for use in user interfaces as it exposes too much information for a user.

If the SocketConnectable implementation does not support string formatting, the implementation’s type name will be returned as a fallback.

Parameters:

this

a SocketConnectable

Returns:

the formatted string