WebSocketSend Method |
Name | Description | |
---|---|---|
![]() | Send(Byte) |
Sends the specified data using the WebSocket connection.
|
![]() | Send(FileInfo) |
Sends the specified file using the WebSocket connection.
|
![]() | Send(String) |
Sends the specified data using the WebSocket connection.
|
![]() | Send(Stream, Int32) |
Sends the data from the specified stream using the WebSocket connection.
|