Top "Websocket-sharp" questions

Real time C# websockets client to use with Unity3D?

I'm building a Unity3D client in C# for a multiplayer game that I made. The server is written in …

c# unity3d websocket unity5 websocket-sharp
WebSocket secure connection self signed certificate

The goal is a web application that exchanges information with an C# application that is installed on the user's pc. …

c# websocket websocket-sharp
How to Send File to SignalR hub From websocket-sharp Client?

We are using the websocket-sharp in one of our applications which establishes a websocket connection with our SignalR Hub on …

c# xamarin signalr websocket-sharp
How do you create a client using websocket-sharp?

I'm using ClientWebSocket to subscribe to a REST service but want to be able to use websocket-sharp instead. static async …

websocket websocket-sharp clientwebsocket
Using websocket-sharp for .NET how can the server close a WebSocketBehavior?

I'm trying to use websocket-sharp for a project and the server needs to be able to drop websocket connections. The …

c# websocket-sharp