1 write to _anyOriginAllowed
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
43
_anyOriginAllowed
= _options.AllowedOrigins.Count == 0 || _options.AllowedOrigins.Contains("*", StringComparer.Ordinal);
1 reference to _anyOriginAllowed
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
65
if (!
_anyOriginAllowed
)