WebSocketSessionManager..::..SendToAsync Method
Overload List
Name | Description | |
---|---|---|
SendToAsync(array<Byte>[]()[][], String, Action<(Of <<'(Boolean>)>>)) |
Sends binary data asynchronously to the client on
the session with the specified id.
|
|
SendToAsync(String, String, Action<(Of <<'(Boolean>)>>)) |
Sends text data asynchronously to the client on
the session with the specified id.
|
|
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.
|