KBeoughter

Results 2 issues of KBeoughter

Using the latest source from Github for SuperSockets, SuperWebSockets, WebSocket4Net and SuperSocket.ClientEngine I can open a connection from a Client to a server (WebSockets) and send as many message from...

When I open a SuperWebSocket client connection how do I switch from text to binary mode. With .Net WebSockets all I have to do is... WebSocket.Options.SetRequestHeader("MessageType", "binary"); How do I...