Skip to content

Instantly share code, notes, and snippets.

@jhdscript
jhdscript / ClientDisconnectTokenFactory.cs
Created August 3, 2022 09:01 — forked from GeorgeTsiokos/ClientDisconnectTokenFactory.cs
CancellationToken GetClientDisconnectToken(HttpListenerRequest request)
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Net;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
namespace OpenSource.Net
{