get_address


Description:

[ Version ( deprecated = true ) ]
public unowned Address? get_address ()

Warning: get_address is deprecated.

Retrieves the Address associated with the remote end of a connection.

Note:

Use get_remote_address, which returns a SocketAddress.

Parameters:

this

a ClientContext

Returns:

the Address associated with the remote end of a connection, it may be null if you used accept_iostream.