Skip to content

Instantly share code, notes, and snippets.

View xamlmonkey's full-sized avatar

Christiaan Coetzer xamlmonkey

View GitHub Profile
@xamlmonkey
xamlmonkey / WebSocketWrapper.cs
Last active November 20, 2021 20:33
Wrapper for the .NET 4.5 ClientWebSocket
using System;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Coe.WebSocketWrapper
{
public class WebSocketWrapper
{