[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "2.62" ) ]
public delegate void SessionConnectProgressCallback (Session session, SocketClientEvent event, IOStream connection)
Prototype for the progress callback passed to connect_async.
session |
the Session |
event |
a SocketClientEvent |
connection |
the current state of the network connection |
user_data |
the data passed to connect_async. |