About 132,000 results
Open links in new tab
  1. WebSockets support in .NET - .NET | Microsoft Learn

    Jan 31, 2025 · The WebSocket protocol enables two-way communication between a client and a remote host. The System.Net.WebSockets.ClientWebSocket exposes the ability to establish …

  2. Writing a WebSocket server in C# - Web APIs | MDN

    Jun 19, 2025 · If you would like to use the WebSocket API, it is useful if you have a server. In this article I will show you how to write one in C#. You can do it in any server-side language, but to …

  3. C# and .NET WebSocket Implementation | WebSocket.org

    Sep 2, 2024 · This guide covers the full spectrum of WebSocket implementation in the .NET ecosystem, from simple client-server connections to enterprise-scale real-time applications. …

  4. A C# implementation of the WebSocket protocol client and server

    A C# implementation of the WebSocket protocol client and server - sta/websocket-sharp

  5. WebSocket in .NET - C# Corner

    This article guides through creating both WebSocket servers and clients in a .NET environment, offering a powerful solution for building modern, responsive, and interactive web applications.

  6. WebSockets in .NET 9: A Getting Started Guide - Medium

    Jan 15, 2025 · Learn how to implement WebSocket server endpoints using C# with ASP .NET Core 9 Minimal API. WebSockets are the simplest way to provide real-time communication …

  7. Building a WebSocket Client in C# - A Step-by-Step Guide

    Aug 8, 2024 · WebSocket is a communication protocol that provides full-duplex communication channels over a single, long-lived connection. In this tutorial, we will walk through creating a …

  8. WebSocket Class (System.Net.WebSockets) | Microsoft Learn

    The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed.

  9. Working with WebSockets

    Understanding how to troubleshoot and validate WebSocket implementations in C# ensures a smooth and efficient user experience. In this section, we’ll explore techniques for debugging …

  10. C# WebSocket - working with websockets in C# - ZetCode

    Jul 5, 2023 · WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. WebSockets are used in highly …