WebSocket..::..SendAsync Method
Overload List
Name | Description | |
---|---|---|
SendAsync(array<Byte>[]()[][], Action<(Of <<'(Boolean>)>>)) |
Sends binary data asynchronously using the WebSocket connection.
|
|
SendAsync(FileInfo, Action<(Of <<'(Boolean>)>>)) |
Sends the specified file as binary data asynchronously using
the WebSocket connection.
|
|
SendAsync(String, Action<(Of <<'(Boolean>)>>)) |
Sends text data asynchronously using the WebSocket connection.
|
|
SendAsync(Stream, Int32, Action<(Of <<'(Boolean>)>>)) |
Sends binary data from the specified Stream asynchronously using
the WebSocket connection.
|