network_event
Description:
[ Version ( since = "2.38" ) ]
public signal void network_event (SocketClientEvent event, IOStream connection)
public signal void network_event (SocketClientEvent event, IOStream connection)
Emitted to indicate that some network-related event related to msg
has occurred.
This essentially proxies the event signal, but only for events that occur
while msg
"owns" the connection; if msg
is sent on an existing persistent connection, then this signal will not be
emitted. (If you want to force the message to be sent on a new connection, set the
NEW_CONNECTION flag on it.)
See event for more information on what the different values of event
correspond to, and what connection
will be in each case.
Parameters:
event |
the network event |
connection |
the current state of the network connection |