ClientSendMessage Method |
Name | Description | |
---|---|---|
![]() | SendMessage(IListByte) | Calls SendMessage(buffer, {}). |
![]() | SendMessage(String) | Calls SendMessage(message, {}). |
![]() | SendMessage(IListByte, IListConnection) | Sends a binary message to all the connections of the client. |
![]() | SendMessage(String, IListConnection) | Sends a text message to all the connections of the client. |