1 instantiation of LongPollingOptions
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
32LongPolling = new LongPollingOptions();
2 references to LongPollingOptions
Microsoft.AspNetCore.Http.Connections (2)
HttpConnectionDispatcherOptions.cs (2)
54/// Gets the <see cref="LongPollingOptions"/> used by the long polling transport. 56public LongPollingOptions LongPolling { get; }