request_started
Description:
[ Version ( deprecated = true , deprecated_since = "2.50." ) ]
public virtual signal void request_started (Message msg, Socket socket)
public virtual signal void request_started (Message msg, Socket socket)
Warning: request_started is deprecated since 2.50..
Emitted just before a request is sent.
Note:
Use starting instead.
See request_queued for a detailed description of the message lifecycle within a session.
Parameters:
msg |
the request being sent |
socket |
the socket the request is being sent on |