1 instantiation of WebSocketOptions
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
33
WebSockets = 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.
53
public
WebSocketOptions
WebSockets { get; }
Internal\Transports\WebSocketsServerTransport.cs (2)
14
private readonly
WebSocketOptions
_options;
23
public WebSocketsServerTransport(
WebSocketOptions
options, IDuplexPipe application, HttpConnectionContext connection, ILoggerFactory loggerFactory)