Componentes .NET

Componentes C# para aplicativos cliente/servidor WebSocket em .NET Framework 2.0+, .NET Core 1.0+, .NET 5 a 9 e .NET Standard 1.6/2.0.

Componentes C#

Um port C# que espelha a API Delphi — mesmos nomes de classes, mesmas propriedades, mesmos eventos. Funciona em Windows, Linux 64 e macOS 64.

Início rápido em C#

Cinco linhas de C# para abrir uma conexão WebSocket segura com TLS.

using esegece.sgcWebSockets;

var client = new TsgcWebSocketClient();
client.Host = "echo.websocket.org";
client.Port = 443;
client.TLS = true;
client.Active = true;

Build with .NET

Download the free trial and add WebSocket connectivity to any .NET application.