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