runtime.csharp.IRT.Transport.Server.WebSocketServer.cs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idealingua-v1-runtime-rpc-csharp_3 Show documentation
Show all versions of idealingua-v1-runtime-rpc-csharp_3 Show documentation
idealingua-v1-runtime-rpc-csharp
using System;
using System.IO;
using System.Net;
using System.Threading;
using System.Linq;
using System.Net.Mime;
using System.Text;
using IRT.Marshaller;
using WebSocketSharp;
using WebSocketSharp.Net.WebSockets;
using WebSocketSharp.Server;
using ErrorEventArgs = WebSocketSharp.ErrorEventArgs;
namespace IRT.Transport.Server {
public class WebSocketServer: WebSocketServerGeneric
© 2015 - 2025 Weber Informatics LLC | Privacy Policy