10 references to WebSocketsServerTransport
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
219
var ws = new
WebSocketsServerTransport
(options.WebSockets, connection.Application, connection, _loggerFactory);
Microsoft.AspNetCore.Http.Connections.Tests (9)
WebSocketsTests.cs (9)
38
var ws = new
WebSocketsServerTransport
(new WebSocketOptions(), connection.Application, connection, LoggerFactory);
86
var ws = new
WebSocketsServerTransport
(new WebSocketOptions(), connection.Application, connection, LoggerFactory);
146
var ws = new
WebSocketsServerTransport
(new WebSocketOptions(), connection.Application, connection, LoggerFactory);
179
var ws = new
WebSocketsServerTransport
(new WebSocketOptions(), connection.Application, connection, LoggerFactory);
215
var ws = new
WebSocketsServerTransport
(options, connection.Application, connection, LoggerFactory);
249
var ws = new
WebSocketsServerTransport
(options, connection.Application, connection, LoggerFactory);
284
var ws = new
WebSocketsServerTransport
(options, connection.Application, connection, LoggerFactory);
323
var ws = new
WebSocketsServerTransport
(options, connection.Application, connection, LoggerFactory);
370
var ws = new
WebSocketsServerTransport
(options, connection.Application, connection, LoggerFactory);