Method
SoupWebsocketConnectionsend_binary
Declaration [src]
void
soup_websocket_connection_send_binary (
SoupWebsocketConnection* self,
gconstpointer data,
gsize length
)
Description [src]
Send a binary message to the peer.
If length
is 0, data
may be NULL
.
The message is queued to be sent and will be sent when the main loop is run.