1 instantiation of WebSocketOptions
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
33WebSockets = new WebSocketOptions();
4 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)