* AntiForgery: Use SHA256 one-shot * AuthN: Use SHA256 one-shot APIs * MVC/Razor: Cleanup SHA256 references * WebSockets: Use SHA1 one-shots * dotnet-openapi: Use preferred SHA256 factory * SignalR: Prefer RNG.Fill over RNG.GetBytes |
||
|---|---|---|
| .. | ||
| samples | ||
| src | ||
| test | ||
| README.md | ||
| WebSockets.slnf | ||
| setup-wstest.ps1 | ||
| setup-wstest.sh | ||
README.md
WebSockets
Contains a managed implementation of the WebSocket protocol, along with server integration components.
System Requirements
This repo has a few special system requirements/prerequisites.
- Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support
- HttpListener/ASP.NET 4.6 samples require at least Windows 8
- Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp