Efl.Net.Session.disconnect

Description

Indicates this session doesn't need a connection anymore.

This reverses the effect of Efl.Net.Session.connect, let the system disconnect if nothing else needs a connection. You can still use the session object to monitor the connectivity state via properties and "changed" event.

Signature

disconnect {}

C signature

void efl_net_session_disconnect(Eo *obj);

Implemented by