cef_server_t.close_connection

Close the connection identified by |connection_id|. See SendHttpResponse documentation for intended usage.

struct cef_server_t
extern (System)
void function(cef_server_t* self, int connection_id) nothrow close_connection;

Meta