WebSocketSendAsync Method |
| Name | Description | |
|---|---|---|
| SendAsync(Byte, ActionBoolean) |
Sends the specified data asynchronously using the WebSocket connection.
| |
| SendAsync(FileInfo, ActionBoolean) |
Sends the specified file asynchronously using the WebSocket connection.
| |
| SendAsync(String, ActionBoolean) |
Sends the specified data asynchronously using the WebSocket connection.
| |
| SendAsync(Stream, Int32, ActionBoolean) |
Sends the data from the specified stream asynchronously using
the WebSocket connection.
|