C-DEngine 5.105

WebSocket..::..SendAsync Method

Overload List


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