get_local_address


Description:

public SocketAddress get_local_address () throws Error

Try to get the local address of a socket connection.

Parameters:

this

a SocketConnection

Returns:

a SocketAddress or null on error. Free the returned object with unref.