3 writes to PollTimeout
Microsoft.AspNetCore.Http.Connections.Tests (3)
HttpConnectionDispatcherTests.cs (3)
1198options.LongPolling.PollTimeout = TimeSpan.FromSeconds(2); 1995options.LongPolling.PollTimeout = TimeSpan.FromMilliseconds(1); // We don't care about the poll itself 2121options.LongPolling.PollTimeout = TimeSpan.FromMilliseconds(1);
2 references to PollTimeout
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
233connectionDelegate, context, options.LongPolling.PollTimeout,
Microsoft.AspNetCore.Http.Connections.Tests (1)
LongPollingTests.cs (1)
117Assert.Equal(options.LongPolling.PollTimeout, TimeSpan.FromSeconds(90));