Send the current HTTP response (asynchronous) ! \return 'true' if the current HTTP response was successfully sent, 'false' if the session is not connected */
| 106 | \return 'true' if the current HTTP response was successfully sent, 'false' if the session is not connected |
| 107 | */ |
| 108 | bool SendResponseAsync() { return SendResponseAsync(_response); } |
| 109 | //! Send the HTTP response (asynchronous) |
| 110 | /*! |
| 111 | \param response - HTTP response |
nothing calls this directly
no outgoing calls
no test coverage detected