Discuss this help topic in SecureBlackbox Forum
Sends arbitrary data to the peer.
Declaration
Parameters
- Buffer - the buffer containing the data to be sent.
- StartIndex - specifies the position of the data to be sent in Buffer.
- Count - specifies the number of bytes to be read from Buffer.
- Strm - the stream containing the data to be sent.
- OpCode - specifies the type of the data to be sent (opcode as defined in RFC 6455).
WebSocket operation codes:
Description
Use this method to send arbitrary data to the peer.
Discuss this help topic in SecureBlackbox Forum