Skip to content

Instantly share code, notes, and snippets.

View sorrowhill's full-sized avatar

gigone.lee sorrowhill

  • Seoul, South Korea
View GitHub Profile
@sorrowhill
sorrowhill / WebSocketWrapper.cs
Created April 3, 2020 13:06 — forked from xamlmonkey/WebSocketWrapper.cs
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
{