2 references to KeepAliveTimeout
Microsoft.AspNetCore.Http.Features (1)
WebSocketAcceptContext.cs (1)
25/// May be either a Ping or a Pong frame, depending on if <see cref="KeepAliveTimeout" /> is set.
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
152keepAliveTimeout = acceptContext.KeepAliveTimeout ?? keepAliveTimeout;