Sends data to the remote host.
[VB.NET] Public Function SendAsync(ByVal ConnectionId As String, ByVal Text As String) As Task
[C#] public Task SendAsync(string connectionId, byte[] text);