2 references to KeepAliveTimeout
Microsoft.AspNetCore.WebSockets (2)
WebSocketMiddleware.cs (1)
144
TimeSpan keepAliveTimeout = _options.
KeepAliveTimeout
;
WebSocketOptions.cs (1)
27
/// May be either a Ping or a Pong frame, depending on if <see cref="
KeepAliveTimeout
" /> is set.