cef_server_handler_t.on_web_socket_connected

Called after the client has accepted the WebSocket connection for |server| and |connection_id| via the OnWebSocketRequest callback. See OnWebSocketRequest documentation for intended usage.

struct cef_server_handler_t
extern (System)
void function(cef_server_handler_t* self, cef_server_t* server, int connection_id) nothrow on_web_socket_connected;

Meta