A two-way HTTP communication object for client or server applications.
A two-way HTTP communication object for client or server applications.
The stream exposes the messages received. A text message will be of type
String
and a binary message will be of type List<int>
.