Sends the specified text message to the server.
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
Visual Basic |
---|
Public Sub Send ( _ message As String _ ) |
C# |
---|
public void Send( string message ) |
Parameters
- message
- Type: System..::..String
Text message to send.