1 write to WebSockets
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
31WebSockets = new WebSocketOptions();
1 reference to WebSockets
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
369var ws = new WebSocketsServerTransport(options.WebSockets, connection.Application, connection, _loggerFactory);