10 instantiations of WebSocketsServerTransport
Microsoft.AspNetCore.Http.Connections (1)
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)
Microsoft.AspNetCore.Http.Connections.Tests (10)
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);