Implement .NET gateway client sessions

This commit is contained in:
Joseph Doherty
2026-04-26 19:45:43 -04:00
parent 9dcd4baff2
commit 01d6c33156
8 changed files with 775 additions and 9 deletions
@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("MxGateway.Client.Tests")]