is_connected


Description:

public bool is_connected ()

Check whether the socket is connected.

This is only useful for connection-oriented sockets.

Parameters:

this

a Socket.

Returns:

true if socket is connected, false otherwise.