Sends the specified binary message to the server.
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
Visual Basic |
---|
Public Sub Send ( _ message As Byte() _ ) |
C# |
---|
public void Send( byte[] message ) |
Parameters
- message
- Type: array<System..::..Byte>[]()[][]
Binary message to send.