C-DEngine 5.105

WebSocketSessionManager..::..SendToAsync Method

Overload List


  Name Description
Public method SendToAsync(array<Byte>[]()[][], String, Action<(Of <<'(Boolean>)>>))
Sends binary data asynchronously to the client on the session with the specified id.
Public method SendToAsync(String, String, Action<(Of <<'(Boolean>)>>))
Sends text data asynchronously to the client on the session with the specified id.
Public method SendToAsync(Stream, Int32, String, Action<(Of <<'(Boolean>)>>))
Sends binary data from the specified Stream asynchronously to the client on the session with the specified id.