aspnetcore/src/Middleware/WebSockets
Ben Adams bbf7ed2907 Lazy create ExceptionHandlerMiddleware statemachine (#9549) 2019-05-06 15:15:48 -07:00
..
ref Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
samples Lazy create ExceptionHandlerMiddleware statemachine (#9549) 2019-05-06 15:15:48 -07:00
src Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
test Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
README.md
setup-wstest.ps1 Switch agent queues used during Windows builds 2019-01-11 15:16:57 -08:00
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.

  1. Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support
  2. HttpListener/ASP.NET 4.6 samples require at least Windows 8
  3. Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp