get_remote_address
Description:
Try to get the remote address of a connected socket.
This is only useful for connection oriented sockets that have been connected.
Parameters:
this |
a Socket. |
Returns:
a SocketAddress or null on error. Free the returned object with unref. |