https://github.com/timoschwarzer/dotnet-native-websocket
https://github.com/timoschwarzer/dotnet-native-websocket
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timoschwarzer/dotnet-native-websocket
- Owner: timoschwarzer
- License: mit
- Created: 2024-03-09T20:14:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T20:14:36.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:41:24.749Z (4 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Native WebSocket Wrapper for C#
This is a C# wrapper around a basic native WebSocket library. The primary use is for connecting to TLS 1.1+ services in cases where you are limited to older versions of .NET which do not support newer TLS versions (such as mods for older Unity games).