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