Navigation
API > API/Runtime > API/Runtime/WebSockets > API/Runtime/WebSockets/IWebSocket > API/Runtime/WebSockets/IWebSocket/Send
References
| Module | WebSockets |
| Header | /Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h |
| Include | #include "IWebSocket.h" |
void Send
&40;
const void &42; Data,
SIZE_T Size,
bool bIsBinary
&41;
Remarks
Transmit data over the connection.
Parameters
| Name | Description |
|---|---|
| Data | raw binary data to be sent. |
| Size | number of bytes to send. |
| bIsBinary | set to true to send binary frame to the peer instead of text. |