Skip to content

Instantly share code, notes, and snippets.

View roseeng's full-sized avatar

Göran Roseen roseeng

View GitHub Profile
@roseeng
roseeng / ssl-alpn-test.cs
Last active September 18, 2020 12:35 — forked from bobuva/ssl-alpn-test.txt
SSL ALPN Negotiation with .NET Core 2.1 Preview
using System;
using System.Threading;
using System.Collections.Generic;
using System.Net.Security;
using System.Net.Sockets;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
namespace ssltest