About 2,660 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 WebSocket …

  2. WebSocket <webSocket> | Microsoft Learn

    Mar 9, 2022 · WebSocket enables you to provide full-duplex communications over a single TCP connection by using a stream of messages rather than a stream of bytes. This makes it easier to …

  3. ClientWebSocket Class (System.Net.WebSockets) | Microsoft Learn

    Some of the classes and class elements in the System.Net.WebSockets namespace are supported on Windows 7, Windows Vista SP2, and Windows Server 2008. However, the only public …

  4. WebSocketStream Class (System.Net.WebSockets) | Microsoft Learn

    Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. Instead of calling this method, ensure that the stream is properly disposed. …

  5. WebSocket Protocol Component API - Win32 apps | Microsoft Learn

    Feb 15, 2023 · With the WebSocket Protocol Component API, a client uses HTTP to communicate with a server, and then both sides switch to using the underlying protocol that HTTP was layered on (such …

  6. WebSocket sample - Code Samples | Microsoft Learn

    Sep 19, 2024 · Shows how to send and receive data using the WebSocket classes in the namespace. The sample demonstrates the following: Making a WebSocket connection, sending and receiving …

  7. WebSockets - UWP applications | Microsoft Learn

    Oct 20, 2022 · The Universal Windows Platform (UWP) provides support for both client and server use of WebSockets. The Windows.Networking.Sockets namespace defines two WebSocket classes for …