10 instantiations of WebSocketOptions
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
33WebSockets = new WebSocketOptions();
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); 210var options = new WebSocketOptions() 244var options = new WebSocketOptions 278var options = new WebSocketOptions 317var options = new WebSocketOptions 359var options = new WebSocketOptions
9 references to WebSocketOptions
Microsoft.AspNetCore.Http.Connections (4)
HttpConnectionDispatcherOptions.cs (2)
51/// Gets the <see cref="WebSocketOptions"/> used by the web sockets transport. 53public WebSocketOptions WebSockets { get; }
Internal\Transports\WebSocketsServerTransport.cs (2)
14private readonly WebSocketOptions _options; 23public WebSocketsServerTransport(WebSocketOptions options, IDuplexPipe application, HttpConnectionContext connection, ILoggerFactory loggerFactory)
Microsoft.AspNetCore.Http.Connections.Tests (5)
WebSocketsTests.cs (5)
210var options = new WebSocketOptions() 244var options = new WebSocketOptions 278var options = new WebSocketOptions 317var options = new WebSocketOptions 359var options = new WebSocketOptions