cef_server_t.send_web_socket_message

Send a WebSocket message to the connection identified by |connection_id|. |data| is the response content and |data_size| is the size of |data| in bytes. The contents of |data| will be copied. See

More...
struct cef_server_t
extern (System)
void function(cef_server_t* self, int connection_id, const(void)* data, size_t data_size) nothrow send_web_socket_message;

Detailed Description

cef server handler t

:OnWebSocketRequest documentation for intended usage.

Meta