10 instantiations of WebSocketsServerTransport
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
219var ws = new WebSocketsServerTransport(options.WebSockets, connection.Application, connection, _loggerFactory);
Microsoft.AspNetCore.Http.Connections.Tests (9)
WebSocketsTests.cs (9)
38var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 86var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 146var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 179var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 215var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 249var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 284var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 323var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 370var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory);
11 references to WebSocketsServerTransport
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
219var ws = new WebSocketsServerTransport(options.WebSockets, connection.Application, connection, _loggerFactory);
Microsoft.AspNetCore.Http.Connections.Tests (10)
HttpConnectionDispatcherTests.cs (1)
1360return writeContext.LoggerName == typeof(Internal.Transports.WebSocketsServerTransport).FullName &&
WebSocketsTests.cs (9)
38var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 86var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 146var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 179var ws = new WebSocketsServerTransport(new WebSocketOptions(), connection.Application, connection, LoggerFactory); 215var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 249var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 284var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 323var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory); 370var ws = new WebSocketsServerTransport(options, connection.Application, connection, LoggerFactory);