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