- Published on
- Authors
- koskila
HttpContext.WebSockets.IsWebSocketRequest always null in .NET Core?
This article explains another simple fix to an annoying issue. I guess that's how I start most of my little tutorials, but hey, it's true! I suppose I just have a knack for running into issues that come with poorly documented fixes or workarounds that are obvious but only in hindsight... Right? Anyway, this time my WebSocket requests were not being handled as such by my ASP.NET Controllers. "IsWebSocketRequest" was suggested by IntelliSense, but it would always be null in the code.



